openbsd-ports/net/pfflowd/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

31 lines
695 B
Makefile

# $OpenBSD: Makefile,v 1.11 2010/07/12 22:07:40 sthen Exp $
COMMENT= PF to NetFlow converter
BROKEN= needs updating for pfsync changes, try pflow(4) instead
DISTNAME= pfflowd-0.7
REVISION= 0
CATEGORIES= net
MASTER_SITES= http://www.mindrot.org/files/pfflowd/
HOMEPAGE= http://www.mindrot.org/pfflowd.html
MAINTAINER= Damien Miller <djm@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pcap util
NO_REGRESS= Yes
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pfflowd ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/pfflowd.8 ${PREFIX}/man/man8
.include <bsd.port.mk>