blob: e31f2f8747c353adbcfeb59d5696d8915bf5e1e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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'
BROKEN_FreeBSD_13= 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>
|