openbsd-ports/security/scanlogd/Makefile
ajacoutot c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00

31 lines
609 B
Makefile

COMMENT= TCP port scan detection tool
DISTNAME= scanlogd-2.2.8
CATEGORIES= security
FIX_EXTRACT_PERMISSIONS=Yes
REVISION= 0
HOMEPAGE= https://www.openwall.com/scanlogd/
# BSD
PERMIT_PACKAGE= Yes
WANTLIB += c pcap lib/libnet-1.0/net=0 nids
MASTER_SITES= ${HOMEPAGE} \
ftp://ftp.openwall.com/pub/projects/scanlogd/
LIB_DEPENDS= net/libnet/1.0 \
net/libnids
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= libnids
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scanlogd ${PREFIX}/sbin/scanlogd
${INSTALL_MAN} ${WRKSRC}/scanlogd.8 ${PREFIX}/man/man8/scanlogd.8
.include <bsd.port.mk>