2014-04-22 10:56:01 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2014/04/22 10:56:01 jca Exp $
|
2002-09-12 01:01:01 +00:00
|
|
|
#
|
2002-09-06 06:19:58 +00:00
|
|
|
|
2014-04-22 10:56:01 +00:00
|
|
|
# XXX should be fixed to use the new queuing subsystem
|
|
|
|
|
2007-09-15 21:14:00 +00:00
|
|
|
COMMENT= curses-based real time state and rule display for pf
|
2002-09-05 12:39:29 +00:00
|
|
|
|
2007-11-13 18:18:31 +00:00
|
|
|
DISTNAME= pftop-0.7
|
2014-04-22 10:56:01 +00:00
|
|
|
REVISION= 13
|
2002-09-05 12:39:29 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.eee.metu.edu.tr/~canacar/pftop/
|
2007-06-10 14:22:09 +00:00
|
|
|
MAINTAINER= Can Erkin Acar <canacar@openbsd.org>
|
2002-09-05 12:39:29 +00:00
|
|
|
|
2011-12-08 13:04:38 +00:00
|
|
|
# BSD
|
2002-09-05 12:39:29 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2011-12-08 13:04:38 +00:00
|
|
|
|
|
|
|
WANTLIB += c curses
|
2002-09-05 12:39:29 +00:00
|
|
|
|
2002-09-06 06:19:58 +00:00
|
|
|
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
|
|
|
|
|
2011-06-23 22:50:26 +00:00
|
|
|
FAKE_FLAGS= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
|
|
|
|
|
2002-09-05 12:39:29 +00:00
|
|
|
.include <bsd.port.mk>
|