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

28 lines
622 B
Makefile

# $OpenBSD: Makefile,v 1.7 2018/01/11 19:27:06 rpe Exp $
COMMENT= daemon implementing NAT-PMP protocol for pf(4)
DISTNAME= natpmpd-1.4
REVISION= 4
CATEGORIES= net
HOMEPAGE= http://bodgitandscarper.co.uk/natpmpd/
MASTER_SITES= http://natpmpd.s3.amazonaws.com/
MAINTAINER= Matt Dainty <matt@bodgit-n-scarper.com>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c event
FAKE_FLAGS= MANDIR="${TRUEPREFIX}/man/man" \
BINDIR="${TRUEPREFIX}/sbin"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/natpmpd
${INSTALL_DATA} ${WRKSRC}/natpmpd.conf \
${PREFIX}/share/examples/natpmpd
.include <bsd.port.mk>