summaryrefslogtreecommitdiff
path: root/ports-mgmt/qtpkg/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-23 16:47:05 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-23 16:47:05 +0000
commit7cacb2c79a256e6ffad4c27d5d2b8319ecea5040 (patch)
treec439d9c2e0d9bf5943a385ce591f049af8100471 /ports-mgmt/qtpkg/Makefile
parentsbin is not in bsd.x11{,-4}.dist. (diff)
Add qtpkg 1.0, a Qt based package removal tool.
PR: 24573 Submitted by: Trenton Schulz <twschulz@cord.edu>
Notes
Notes: svn path=/head/; revision=37499
Diffstat (limited to 'ports-mgmt/qtpkg/Makefile')
-rw-r--r--ports-mgmt/qtpkg/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/ports-mgmt/qtpkg/Makefile b/ports-mgmt/qtpkg/Makefile
new file mode 100644
index 000000000000..12ae58f6a9df
--- /dev/null
+++ b/ports-mgmt/qtpkg/Makefile
@@ -0,0 +1,21 @@
+# 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
+
+USE_QT2= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/qtpkg ${PREFIX}/sbin
+
+.include <bsd.port.mk>