rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

31 lines
639 B
Makefile

# $OpenBSD: Makefile,v 1.8 2018/01/11 19:27:09 rpe Exp $
COMMENT= block "nasty" hosts with pf(4) based on Snort's rules
DISTNAME= snort2pf-4.5
CATEGORIES= security net
REVISION= 5
HOMEPAGE= http://sourceforge.net/projects/snort2pf/
# BSD
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=snort2pf/}
PKG_ARCH= *
NO_BUILD= Yes
NO_TEST= Yes
RUN_DEPENDS= net/p5-Net-Patricia
do-configure:
@perl -pi -e 's,/usr/local,${TRUEPREFIX},g' \
${WRKSRC}/snort2pf.8
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/snort2pf{,mon} ${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/*.8 ${PREFIX}/man/man8/
.include <bsd.port.mk>