openbsd-ports/net/pfstat/Makefile
dhartmei 9f6f7be149 Update to 1.1
- get rid of X11/Xpm dependencies (not needed with -current gd)
- add graph generation example to man page (-c -d at the same time)
- open /dev/pf read-write, which is neccessary in 3.0
- change a counter to u_int64_t so it doesn't overflow
Thanks to wilfried@, Philipp Morger, Jolan Luff, Rodolphe Ortalo
for feedback.
2002-08-12 11:37:03 +00:00

25 lines
568 B
Makefile

# $OpenBSD: Makefile,v 1.2 2002/08/12 11:37:03 dhartmei Exp $
COMMENT= "packet filter statistics visualization"
DISTNAME= pfstat-1.1
CATEGORIES= net
MASTER_SITES= http://www.benzedrine.cx/
HOMEPAGE= http://www.benzedrine.cx/pf.html
MAINTAINER= Daniel Hartmeier <dhartmei@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= gd.18::graphics/gd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pfstat ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pfstat.8 ${PREFIX}/man/man8
.include <bsd.port.mk>