[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / net / flowd

File: [local] / ports / net / flowd / Makefile (download)

Revision 1.16, Tue Nov 8 11:14:55 2022 UTC (18 months, 3 weeks ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.15: +1 -1 lines

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 :-)

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>