1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/sysutils/qtpkg/Makefile
2003-02-21 13:28:59 +00:00

23 lines
454 B
Makefile

# New ports collection makefile for: qtpkg
# Date created: Wed Jan 3 2001
# Whom: Trenton Schulz <twschulz@cord.edu>
#
# $FreeBSD$
#
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>