1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/security/revealrk/Makefile
Mark Linimon 197f08abf4 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 22:29:17 +00:00

26 lines
543 B
Makefile

# $FreeBSD$
PORTNAME= revealrk
PORTVERSION= 1.2.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
BROKEN_FreeBSD_12= fails to compile: revealrk.c: 'struct xtcpcb' has no member named 'xt_socket'
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>