ajacoutot c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00

26 lines
558 B
Makefile

COMMENT= daemon implementing NAT-PMP protocol for pf(4)
DISTNAME= natpmpd-1.4
REVISION= 6
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= 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>