freebsd-ports/security/revealrk/Makefile
Kurt Jaeger daa7b0f556 security/revealrk: 1.0.1 -> 1.1.2
- added zombie ignore option "-z" for FreeBSD
2016-05-22 03:16:59 +00:00

23 lines
445 B
Makefile

# $FreeBSD$
PORTNAME= revealrk
PORTVERSION= 1.1.2
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/
MAINTAINER= pi@FreeBSD.org
COMMENT= Search hidden procs/rootkits from cron with low false positive rate
LICENSE= GPLv3
PLIST_FILES= bin/revealrk man/man1/revealrk.1.gz
USES= scons tar:tgz
.if !empty(PREFIX)
MAKE_ARGS+= --prefix=${STAGEDIR}${PREFIX}
.else
MAKE_ARGS+= --prefix=${STAGEDIR}${LOCALBASE}
.endif
.include <bsd.port.mk>