2007-06-10 10:22:09 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2007/06/10 14:22:09 canacar Exp $
|
2002-09-11 21:01:01 -04:00
|
|
|
#
|
2002-09-06 02:19:58 -04:00
|
|
|
|
|
|
|
COMMENT= "curses-based real time state and rule display for pf"
|
2002-09-05 08:39:29 -04:00
|
|
|
|
2007-06-10 10:22:09 -04:00
|
|
|
DISTNAME= pftop-0.6
|
2002-09-05 08:39:29 -04:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.eee.metu.edu.tr/~canacar/pftop/
|
2007-06-10 10:22:09 -04:00
|
|
|
MAINTAINER= Can Erkin Acar <canacar@openbsd.org>
|
2002-09-05 08:39:29 -04:00
|
|
|
|
|
|
|
# License: BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-20 05:35:34 -05:00
|
|
|
WANTLIB= c curses
|
2002-09-05 08:39:29 -04:00
|
|
|
|
2002-09-06 02:19:58 -04:00
|
|
|
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
|
|
|
|
|
2007-06-10 10:22:09 -04:00
|
|
|
MAKE_ENV= OSLEVEL=42
|
2002-09-05 08:39:29 -04:00
|
|
|
.include <bsd.port.mk>
|