openbsd-ports/sysutils/pftop/Makefile
2009-12-02 22:59:28 +00:00

23 lines
509 B
Makefile

# $OpenBSD: Makefile,v 1.15 2009/12/02 22:59:28 sthen Exp $
#
COMMENT= curses-based real time state and rule display for pf
DISTNAME= pftop-0.7
PKGNAME= ${DISTNAME}p5
CATEGORIES= sysutils
HOMEPAGE= http://www.eee.metu.edu.tr/~canacar/pftop/
MAINTAINER= Can Erkin Acar <canacar@openbsd.org>
# 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>