openbsd-ports/security/smurflog/Makefile
danj 5171d0cdfa Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:39:42 +00:00

24 lines
537 B
Makefile

# $OpenBSD: Makefile,v 1.22 2019/07/17 14:39:42 danj Exp $
COMMENT= logs smurf attacks
DISTNAME= smurflog-2.1
REVISION = 1
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_PACKETSTORM:=UNIX/loggers/}
PERMIT_PACKAGE= Yes
WANTLIB= c pcap
AUTOCONF_VERSION= 2.13
CONFIGURE_STYLE= autoconf no-autoheader
NO_TEST= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/smurflog/
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/smurflog/
${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/sbin/smurflog
.include <bsd.port.mk>