0e6f6f93bb
Fix sawfish comment while I'm at it. `window manager for the X windows system'. Like DUH ! It's going to be a window manager for my microwave oven ?
31 lines
706 B
Makefile
31 lines
706 B
Makefile
# $OpenBSD: Makefile,v 1.9 2001/11/10 15:00:49 espie Exp $
|
|
|
|
DISTNAME= scanlogd-2.2
|
|
CATEGORIES= security
|
|
COMMENT= "TCP port scan detection tool"
|
|
HOMEPAGE= http://www.openwall.com/scanlogd/
|
|
|
|
NEED_VERSION= 1.489
|
|
|
|
MAINTAINER= Joshua Stein <jcs@rt.fm>
|
|
|
|
MASTER_SITES= ftp://ftp.openwall.com/pub/projects/scanlogd/ \
|
|
ftp://rt.fm/pub/scanlogd/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ::net/libnids
|
|
LIB_DEPENDS= net::net/libnet
|
|
|
|
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>
|