Files
ports/sysutils/superscript/Makefile
T

21 lines
398 B
Makefile

# $OpenBSD: Makefile,v 1.9 2020/01/26 11:14:33 jasper Exp $
COMMENT= extended script command
DISTNAME= superscript-0.0
CATEGORIES= sysutils
MASTER_SITES= https://distfiles.sigtrap.nl/
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>