freebsd-ports/security/revealrk/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

23 lines
445 B
Makefile

# $FreeBSD$
PORTNAME= revealrk
PORTVERSION= 1.0.1
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>