|
Added
Link Here
|
| 1 |
PORTNAME= pkgfe |
| 2 |
PORTVERSION= 20260607 |
| 3 |
CATEGORIES= ports-mgmt |
| 4 |
MASTER_SITES= http://ketas.si.pri.ee/pkgfe/releases/ |
| 5 |
|
| 6 |
MAINTAINER= bugs-freebsd-org916@ketas.si.pri.ee |
| 7 |
COMMENT= Ncurses frontend for ports collection |
| 8 |
WWW= http://ketas.si.pri.ee/pkgfe/ |
| 9 |
|
| 10 |
LICENSE= BSD2CLAUSE |
| 11 |
|
| 12 |
USES= tar:txz |
| 13 |
|
| 14 |
NO_BUILD= yes |
| 15 |
NO_ARCH= yes |
| 16 |
|
| 17 |
PLIST_FILES= sbin/pkgfe \ |
| 18 |
etc/pkgfe.conf.sample \ |
| 19 |
share/man/man8/pkgfe.8.gz |
| 20 |
|
| 21 |
do-install: |
| 22 |
${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${STAGEDIR}${PREFIX}/sbin |
| 23 |
${INSTALL_DATA} ${WRKSRC}/pkgfe.conf.sample ${STAGEDIR}${PREFIX}/etc |
| 24 |
${INSTALL_MAN} ${WRKSRC}/pkgfe.8 ${STAGEDIR}${PREFIX}/share/man/man8 |
| 25 |
|
| 26 |
.include <bsd.port.mk> |