openbsd-ports/sysutils/pftop/Makefile
2010-10-19 07:43:00 +00:00

24 lines
525 B
Makefile

# $OpenBSD: Makefile,v 1.17 2010/10/19 07:43:02 espie Exp $
#
COMMENT= curses-based real time state and rule display for pf
DISTNAME= pftop-0.7
PKGNAME= ${DISTNAME}p6
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
USE_GROFF = Yes
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
.include <bsd.port.mk>