ports/sysutils/pkgfe/Makefile
Emanuel Haupt daa38a472a Add an additional mirror
PR:		98209
Submitted by:	Sulev-Madis Silber <madis555@hot.ee> (maintainer)
2006-05-31 11:59:57 +00:00

32 lines
834 B
Makefile

# New ports collection makefile for: pkgfe
# Date created: 2006-01-14
# Whom: Sulev-Madis Silber <madis555@hot.ee>
#
# $FreeBSD$
#
PORTNAME= pkgfe
PORTVERSION= 20060403
CATEGORIES= sysutils
MASTER_SITES= http://kodu.neti.ee/~madis555/pkgfe/releases/ \
http://ketas.life.ee/pkgfe/releases/ \
http://ketas.si.pri.ee/pkgfe/releases/ \
MAINTAINER= madis555@hot.ee
COMMENT= Ncurses front-end to manage the ports collection
RUN_DEPENDS= portupgrade:${PORTSDIR}/sysutils/portupgrade \
portaudit:${PORTSDIR}/security/portaudit \
csup:${PORTSDIR}/net/csup
NO_BUILD= yes
PLIST_FILES= sbin/pkgfe etc/pkgfe.conf
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
.include <bsd.port.mk>