19 lines
472 B
Makefile
19 lines
472 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2002/09/05 12:39:29 lebel Exp $
|
||
|
|
||
|
COMMENT= "curses based real time state and rule display for pf"
|
||
|
DISTNAME= pftop-0.2
|
||
|
CATEGORIES= sysutils
|
||
|
|
||
|
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
|
||
|
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
|
||
|
|
||
|
.include <bsd.port.mk>
|