# New ports collection makefile for:	qtpkg
# Date created:				Wed Jan 3 2001
# Whom:					Trenton Schulz <twschulz@cord.edu>
#
# $FreeBSD: ports/sysutils/qtpkg/Makefile,v 1.4 2003/02/21 13:28:51 knu Exp $
#

PORTNAME=	qtpkg
PORTVERSION=	1.0
CATEGORIES=	sysutils
MASTER_SITES=	http://gauss.cord.edu/homepages/twschulz/demo/
DISTNAME=	qtpkg

MAINTAINER=	twschulz@gloria.cord.edu
COMMENT=	A Qt based package removal tool

USE_QT_VER=	2

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/qtpkg ${PREFIX}/sbin

.include <bsd.port.mk>
