summaryrefslogtreecommitdiff
path: root/ports-mgmt/qtpkg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/qtpkg/Makefile')
-rw-r--r--ports-mgmt/qtpkg/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/ports-mgmt/qtpkg/Makefile b/ports-mgmt/qtpkg/Makefile
deleted file mode 100644
index 5034cc1af97f..000000000000
--- a/ports-mgmt/qtpkg/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: qtpkg
-# Date created: Wed Jan 3 2001
-# Whom: Trenton Schulz <twschulz@cord.edu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= qtpkg
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= sysutils
-# mastersite disappeared around July 6 2003
-MASTER_SITES= # http://gauss.cord.edu/homepages/twschulz/demo/
-DISTNAME= qtpkg
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Qt based package removal tool
-MAKE_ENV= LIBS="-lqt-mt ${PTHREAD_LIBS}" CFLAGS="${PTHREAD_CFLAGS}"
-
-PLIST_FILES= sbin/qtpkg
-USE_QT_VER= 3
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/qtpkg ${PREFIX}/sbin
-
-.include <bsd.port.mk>