openbsd-ports/security/scanlogd/Makefile
ajacoutot e128a0bf97 Put these users in the daemon class to be consistent with all the other
ones in ports.

discussed with and ok sthen@
2012-01-26 08:03:56 +00:00

34 lines
752 B
Makefile

# $OpenBSD: Makefile,v 1.30 2012/01/26 08:03:57 ajacoutot Exp $
DISTNAME= scanlogd-2.2.6
REVISION = 5
CATEGORIES= security
COMMENT= TCP port scan detection tool
HOMEPAGE= http://www.openwall.com/scanlogd/
MASTER_SITES= ftp://ftp.openwall.com/pub/projects/scanlogd/ \
${HOMEPAGE}
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pcap lib/libnet-1.0/net=0
BUILD_DEPENDS= net/libnids
LIB_DEPENDS= net/libnet/1.0
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= libnids
USE_GROFF = Yes
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scanlogd ${PREFIX}/sbin/scanlogd
${INSTALL_MAN} ${WRKSRC}/scanlogd.8 ${PREFIX}/man/man8/scanlogd.8
.include <bsd.port.mk>