opnsense-ports/hardenedbsd/testmprotect/Makefile
Franco Fichtner 4186c984a5 */*: sync with upstream
Taken from: HardenedBSD
2017-06-12 09:29:39 +02:00

14 lines
347 B
Makefile

PORTNAME= testmprotect
PORTVERSION= 1.0
CATEGORIES= hardenedbsd
MAINTAINER= shawn.webb@hardenedbsd.org
MASTER_SITES= http://hardenedbsd.org/distfiles/
PLIST_FILES= \
bin/testmprotect
do-install:
cp ${WRKSRC}/testmprotect ${STAGEDIR}${PREFIX}/bin/testmprotect
chmod u+rx,g+rx,o+rx ${STAGEDIR}${PREFIX}/bin/testmprotect
.include <bsd.port.mk>