openbsd-ports/net/pfflowd/Makefile
ajacoutot 8a8fa5387a - mark BROKEN until djm@ fixes it
suggested by and ok djm@
2008-06-28 08:30:00 +00:00

30 lines
672 B
Makefile

# $OpenBSD: Makefile,v 1.8 2008/06/28 08:30:00 ajacoutot Exp $
BROKEN= needs to cope with recent network changes
COMMENT= PF to NetFlow converter
DISTNAME= pfflowd-0.7
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>