freebsd-ports/sysutils/scprotect/Makefile
Martin Wilke 1a7281b93e - Update to 20091028
PR:		140064
Submitted by:	Denis Barov <dindin@dindin.ru> (maintainer)
2009-10-30 09:49:56 +00:00

37 lines
747 B
Makefile

# New ports collection Makefile for: scprotect
# Date created: 5 Feb 2009
# Whom: Denis Barov <dindin@dindin.ru>
#
# $FreeBSD$
#
PORTNAME= scprotect
PORTVERSION= 20091028
CATEGORIES= sysutils kld
MASTER_SITES= http://dindin.ru/download/
MAINTAINER= dindin@dindin.ru
COMMENT= Protect process from killing when the swap space is exhausted
NO_PACKAGE= Needs to be compiled for specific kernel
KMODDIR?= /boot/modules
SRC_BASE?= /usr/src
PLIST_SUB= KMODDIR=${KMODDIR}
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV+= KMODDIR=${KMODDIR}
CFLAGS+=-DWITH_SCPROTECT_LIST
#MAN4= scprotect.4
#MANCOMPRESSED= yes
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel sources
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>