diff options
author | Andrej Zverev <az@FreeBSD.org> | 2006-02-03 13:11:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2006-02-03 13:11:02 +0000 |
commit | ad1512d02b5e69b8d03efd4d5faa91ae0a3df4d2 (patch) | |
tree | f0085635f0e6e7f2076245938769dda3524c2b09 /ports-mgmt/pkgfe | |
parent | 814a7ae700b543dd2f5b971c273895af69090bfa (diff) | |
download | ports-ad1512d02b5e69b8d03efd4d5faa91ae0a3df4d2.tar.gz ports-ad1512d02b5e69b8d03efd4d5faa91ae0a3df4d2.zip |
Notes
Diffstat (limited to 'ports-mgmt/pkgfe')
-rw-r--r-- | ports-mgmt/pkgfe/Makefile | 30 | ||||
-rw-r--r-- | ports-mgmt/pkgfe/distinfo | 3 | ||||
-rw-r--r-- | ports-mgmt/pkgfe/pkg-descr | 4 |
3 files changed, 37 insertions, 0 deletions
diff --git a/ports-mgmt/pkgfe/Makefile b/ports-mgmt/pkgfe/Makefile new file mode 100644 index 000000000000..0f097afee6db --- /dev/null +++ b/ports-mgmt/pkgfe/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: pkgfe +# Date created: 2006-01-14 +# Whom: Sulev-Madis Silber <madis555@hot.ee> +# +# $FreeBSD$ +# + +PORTNAME= pkgfe +PORTVERSION= 20060203 +CATEGORIES= sysutils +MASTER_SITES= http://ketas.life.ee/ports/ \ + http://ketas.si.pri.ee/ports/ + +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|/usr/local|${PREFIX}|g' ${WRKSRC}/pkgfe + ${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${PREFIX}/sbin/pkgfe + ${INSTALL_DATA} ${WRKSRC}/pkgfe.conf ${PREFIX}/etc/pkgfe.conf + +.include <bsd.port.mk> diff --git a/ports-mgmt/pkgfe/distinfo b/ports-mgmt/pkgfe/distinfo new file mode 100644 index 000000000000..2838ac218849 --- /dev/null +++ b/ports-mgmt/pkgfe/distinfo @@ -0,0 +1,3 @@ +MD5 (pkgfe-20060203.tar.gz) = 1423b8d6c5a7d3ef105a1a45ea70b371 +SHA256 (pkgfe-20060203.tar.gz) = df3a2fa3c76fde5c30ff1e787ae49ac69cff2d0a004b022fef27c8898a1462cf +SIZE (pkgfe-20060203.tar.gz) = 2610 diff --git a/ports-mgmt/pkgfe/pkg-descr b/ports-mgmt/pkgfe/pkg-descr new file mode 100644 index 000000000000..6b0cf0074b43 --- /dev/null +++ b/ports-mgmt/pkgfe/pkg-descr @@ -0,0 +1,4 @@ +Package Frontend is a ncurses based, graphical front-end to manage +the FreeBSD ports collection. + +Author: Sulev-Madis Silber <madis555@hot.ee> |