opnsense-ports/sysutils/pprotectd/Makefile
Franco Fichtner c9798a7233 */*: sync with upstream
Taken from: HardenedBSD
2017-09-27 18:40:03 +02:00

23 lines
562 B
Makefile

# Created by: Andrey Zonov <andrey@zonov.org>
# $FreeBSD$
PORTNAME= pprotectd
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://www.zonov.org/${PORTNAME}/
MAINTAINER= zont@FreeBSD.org
COMMENT= Daemon that protects processes from killing when memory is exhausted
USE_HARDENING= pie:off
USE_RC_SUBR= ${PORTNAME}
PLIST_FILES= sbin/${PORTNAME} \
man/man8/${PORTNAME}.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>