freebsd-ports/misc/nms/Makefile
John Marino 35e6a8f401 misc/nms: document ncurses, honor CFLAGS and LDFLAGS
Approved by:	just-fix-it + ncurses blanket
2016-08-23 14:32:09 +00:00

27 lines
577 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= nms
PORTVERSION= 0.2.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= misc
MAINTAINER= zi@FreeBSD.org
COMMENT= Recreate decrypting text effect from the Sneakers movie
LICENSE= GPLv3
USES= gmake ncurses
USE_GITHUB= yes
GH_ACCOUNT= bartobri
GH_PROJECT= no-more-secrets
PLIST_FILES= bin/${PORTNAME} \
bin/sneakers
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/bin/sneakers ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>