diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-05 01:08:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-05 01:08:46 +0000 |
commit | 0d0d56457bb54d930410a5b55092e1624f3012e5 (patch) | |
tree | 6dc64f85ffb41f8710ebfdf60aa600dd824c2b2a /sysutils/qtpkg/Makefile | |
parent | 91cd12aa0e86e4c646fc2cbb9aa97320aac54680 (diff) |
Notes
Diffstat (limited to 'sysutils/qtpkg/Makefile')
-rw-r--r-- | sysutils/qtpkg/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sysutils/qtpkg/Makefile b/sysutils/qtpkg/Makefile deleted file mode 100644 index 5034cc1af97f..000000000000 --- a/sysutils/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> |