ajacoutot f50fdd748e 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:14:43 +00:00

27 lines
491 B
Makefile

COMMENT= NetFlow collector
DISTNAME= flowd-0.9.1.20140828
REVISION= 1
GH_ACCOUNT= djmdjm
GH_PROJECT= flowd
GH_COMMIT= b1040e1b85005d71688775699fdd3e533b1346b8
CATEGORIES= net
HOMEPAGE= http://www.mindrot.org/projects/flowd/
# BSD
PERMIT_PACKAGE= Yes
WANTLIB= c
NO_TEST= Yes
AUTOCONF_VERSION= 2.63
CONFIGURE_STYLE= autoconf
post-install:
$(INSTALL_DATA_DIR) ${PREFIX}/share/examples/flowd
$(INSTALL_DATA) ${WRKSRC}/flowd.conf ${PREFIX}/share/examples/flowd
.include <bsd.port.mk>