aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkgfe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/pkgfe/Makefile')
-rw-r--r--ports-mgmt/pkgfe/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/ports-mgmt/pkgfe/Makefile b/ports-mgmt/pkgfe/Makefile
deleted file mode 100644
index d5de9f593e38..000000000000
--- a/ports-mgmt/pkgfe/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Sulev-Madis Silber <madis555@hot.ee>
-# $FreeBSD$
-
-PORTNAME= pkgfe
-PORTVERSION= 20090228
-CATEGORIES= ports-mgmt
-MASTER_SITES= http://kodu.neti.ee/~madis555/pkgfe/releases/ \
- http://ketas.si.pri.ee/pkgfe/releases/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Ncurses frontend for ports collection
-
-RUN_DEPENDS= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \
- portaudit:${PORTSDIR}/ports-mgmt/portaudit
-
-MAN8= pkgfe.8
-
-NO_BUILD= yes
-
-NO_STAGE= yes
-do-install:
- ${REINPLACE_CMD} -e 's|%PREFIX%|${PREFIX}|g' ${WRKSRC}/pkgfe
- ${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${PREFIX}/sbin/pkgfe
- ${INSTALL_DATA} ${WRKSRC}/pkgfe.conf ${PREFIX}/etc/pkgfe.conf.sample
- ${INSTALL_MAN} ${WRKSRC}/pkgfe.8 ${PREFIX}/man/man8
-
-post-install:
- @if [ ! -f ${PREFIX}/etc/pkgfe.conf ]; then \
- ${CP} -p ${PREFIX}/etc/pkgfe.conf.sample ${PREFIX}/etc/pkgfe.conf ; \
- fi
-
-.include <bsd.port.mk>