openbsd-ports/sysutils/pftop/Makefile

23 lines
508 B
Makefile
Raw Normal View History

2007-11-13 13:18:31 -05:00
# $OpenBSD: Makefile,v 1.9 2007/11/13 18:18:31 canacar Exp $
#
COMMENT= curses-based real time state and rule display for pf
2007-11-13 13:18:31 -05:00
DISTNAME= pftop-0.7
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
2004-12-20 05:35:34 -05:00
WANTLIB= c curses
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
MAKE_ENV= OSLEVEL=42
.include <bsd.port.mk>