a7954f7c16
from Peter Postma <peter at pointless.nl>
23 lines
514 B
Makefile
23 lines
514 B
Makefile
# $OpenBSD: Makefile,v 1.5 2005/12/04 10:43:02 sturm Exp $
|
|
#
|
|
|
|
COMMENT= "curses-based real time state and rule display for pf"
|
|
|
|
DISTNAME= pftop-0.4
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= sysutils
|
|
|
|
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
|
|
WANTLIB= c curses
|
|
|
|
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
|
|
|
|
.include <bsd.port.mk>
|