1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/sysutils/scprotect/Makefile
Dmitry Marakasov a8f0311426 - Fix build
- Support staging
2014-03-01 02:16:44 +00:00

31 lines
638 B
Makefile

# Created by: Denis Barov <dindin@dindin.ru>
# $FreeBSD$
PORTNAME= scprotect
PORTVERSION= 20091116
CATEGORIES= sysutils kld
MASTER_SITES= http://dindin.ru/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Protect process from killing when the swap space is exhausted
NO_PACKAGE= Needs to be compiled for specific kernel
SSP_UNSAFE= kernel module does not support ssp
USES= kmod
WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -DWITH_SCPROTECT_LIST
.include <bsd.port.pre.mk>
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel sources
.endif
post-extract:
@cd ${WRKSRC}/kmod && ${RM} -f machine
.include <bsd.port.post.mk>