aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pprotectd/Makefile
blob: 94f66859458804c87af677d174f8954fff41b668 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Andrey Zonov <andrey@zonov.org>

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_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>