openbsd-ports/net/pfflowd/Makefile
sthen 7a30600280 Adapt pfflowd to cope with PF changes from n2k8. Patches from canacar@,
thanks! Maintainer timeout; mpf@ jdixon@ ok.
2008-09-24 13:56:00 +00:00

29 lines
639 B
Makefile

# $OpenBSD: Makefile,v 1.9 2008/09/24 13:56:00 sthen Exp $
COMMENT= PF to NetFlow converter
DISTNAME= pfflowd-0.7
PKGNAME= ${DISTNAME}p0
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>