opnsense-ports/misc/nsf/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

20 lines
424 B
Makefile

PORTNAME= nsf
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= LOCAL/will
MAINTAINER= ports@FreeBSD.org
COMMENT= NAKAMURA's Shell Form input
USES= ncurses
MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
NO_WRKSUBDIR= yes
PLIST_FILES= bin/nsf man/man1/nsf.1.gz
ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nsf ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nsf.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>