freebsd-ports/games/wipeclean/Makefile
2022-03-31 20:02:15 +02:00

26 lines
632 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= wipeclean
PORTVERSION= 1.1.2
PORTEPOCH= 1
CATEGORIES= games
MASTER_SITES= LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= CLI tool to wipe away your error messages in style
LICENSE= ISCL
USES= dos2unix nodejs:run tar:xz
NO_BUILD= yes
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
${LN} -fs ${DATADIR}/node_modules/wipeclean/index.js \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
dist: clean
@npm install --prefix ${WRKSRC} ${PORTNAME}@${PORTVERSION}
@${TAR} -C ${WRKDIR} -cvJpf ${DISTDIR}/${DISTFILES} ${DISTNAME}
.include <bsd.port.mk>