mirror of https://git.FreeBSD.org/ports.git
24 lines
658 B
Makefile
24 lines
658 B
Makefile
PORTNAME= pkg_rmleaves
|
|
DISTVERSION= 20231217
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= https://files.wittig.name/${PORTNAME}/ \
|
|
http://files.wittig.name/${PORTNAME}/
|
|
|
|
MAINTAINER= alexander@wittig.name
|
|
COMMENT= Interactive script for deinstalling leaf packages
|
|
WWW= https://alex.wittig.name/en/90Software/70pkg_rmleaves.html
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= bsddialog:devel/bsddialog
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= sbin/pkg_rmleaves share/man/man1/pkg_rmleaves.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${STAGEDIR}${PREFIX}/sbin/pkg_rmleaves
|
|
${INSTALL_MAN} ${WRKSRC}/pkg_rmleaves.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|