1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/sysutils/scprotect/Makefile

31 lines
831 B
Makefile

# Created by: Denis Barov <dindin@dindin.ru>
# $FreeBSD$
PORTNAME= scprotect
PORTVERSION= 20091116
CATEGORIES= sysutils
MASTER_SITES= http://dindin.ru/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Protect process from killing when the swap space is exhausted
BROKEN_FreeBSD_11= does not build on FreeBSD 11.x+
BROKEN_FreeBSD_12= does not build on FreeBSD 11.x+: scprotect.c: 'sysctl__' undeclared (first use in this function)
BROKEN_FreeBSD_13= does not build on FreeBSD 11.x+: scprotect.c: 'sysctl__' undeclared (first use in this function)
DEPRECATED= Does not build on FreeBSD 11+
EXPIRATION_DATE= 2018-10-31
USES= kmod uidfix
WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -DWITH_SCPROTECT_LIST
post-extract:
@cd ${WRKSRC}/kmod && ${RM} machine
post-install:
@${RM} -r ${STAGEDIR}/usr/lib/debug
.include <bsd.port.mk>