ports/sysutils/superscript/Makefile

19 lines
331 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= extended script command
DISTNAME= superscript-0.0
CATEGORIES= sysutils
2023-09-28 02:05:49 +00:00
SITES= https://distfiles.sigtrap.nl/
2023-08-16 22:26:55 +00:00
WANTLIB= c util
# BSD
PERMIT_PACKAGE= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/superscript ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/superscript.1 ${PREFIX}/man/man1
NO_TEST= Yes
.include <bsd.port.mk>