882114105b
- regen patches. - drop maintainership.
33 lines
761 B
Makefile
33 lines
761 B
Makefile
# $OpenBSD: Makefile,v 1.20 2007/05/26 01:12:02 aanriot Exp $
|
|
|
|
DISTNAME= scanlogd-2.2.6
|
|
PKGNAME= ${DISTNAME}p0
|
|
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
|
|
|
|
BUILD_DEPENDS= ::net/libnids
|
|
LIB_DEPENDS= lib/libnet-1.0/net.=0:libnet-1.0*:net/libnet/1.0
|
|
|
|
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
|
|
|
ALL_TARGET= libnids
|
|
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>
|