23 lines
510 B
Makefile
23 lines
510 B
Makefile
# $OpenBSD: Makefile,v 1.7 2007/06/10 14:22:09 canacar Exp $
|
|
#
|
|
|
|
COMMENT= "curses-based real time state and rule display for pf"
|
|
|
|
DISTNAME= pftop-0.6
|
|
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/
|
|
|
|
MAKE_ENV= OSLEVEL=42
|
|
.include <bsd.port.mk>
|