openbsd-ports/sysutils/pftop/Makefile
canacar aeb792561d Update to pftop-0.5
ok pvalchev@, jolan@
2006-01-11 10:17:47 +00:00

22 lines
493 B
Makefile

# $OpenBSD: Makefile,v 1.6 2006/01/11 10:17:47 canacar Exp $
#
COMMENT= "curses-based real time state and rule display for pf"
DISTNAME= pftop-0.5
CATEGORIES= sysutils
HOMEPAGE= http://www.eee.metu.edu.tr/~canacar/pftop/
MAINTAINER= Can Erkin Acar <canacar@eee.metu.edu.tr>
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c curses
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
.include <bsd.port.mk>