2013-05-16 00:21:30 +02:00
|
|
|
# Created by: Yanhui Shen <shen.elf@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pkg-rmleaf
|
2018-05-19 18:21:14 +02:00
|
|
|
PORTVERSION= 0.4
|
2013-05-16 00:21:30 +02:00
|
|
|
CATEGORIES= ports-mgmt
|
|
|
|
MASTER_SITES= # none
|
|
|
|
DISTFILES= # none
|
|
|
|
|
|
|
|
MAINTAINER= shen.elf@gmail.com
|
|
|
|
COMMENT= Remove leaf packages
|
|
|
|
|
2014-12-07 15:53:39 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
2013-05-16 00:21:30 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
2019-02-02 10:38:54 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
2013-05-16 00:21:30 +02:00
|
|
|
|
|
|
|
PLIST_FILES= sbin/pkg-rmleaf
|
|
|
|
|
|
|
|
do-extract:
|
|
|
|
${MKDIR} ${WRKSRC}
|
|
|
|
${CP} ${FILESDIR}/pkg-rmleaf ${WRKSRC}
|
|
|
|
|
|
|
|
do-install:
|
2014-02-25 09:55:18 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pkg-rmleaf \
|
|
|
|
${STAGEDIR}${PREFIX}/sbin/pkg-rmleaf
|
2013-05-16 00:21:30 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|