25 lines
527 B
Makefile
25 lines
527 B
Makefile
# $OpenBSD: Makefile,v 1.28 2014/04/22 10:56:01 jca Exp $
|
|
#
|
|
|
|
# XXX should be fixed to use the new queuing subsystem
|
|
|
|
COMMENT= curses-based real time state and rule display for pf
|
|
|
|
DISTNAME= pftop-0.7
|
|
REVISION= 13
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://www.eee.metu.edu.tr/~canacar/pftop/
|
|
MAINTAINER= Can Erkin Acar <canacar@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c curses
|
|
|
|
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
|
|
|
|
FAKE_FLAGS= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
|
|
|
|
.include <bsd.port.mk>
|