24 lines
527 B
Makefile
24 lines
527 B
Makefile
# $OpenBSD: Makefile,v 1.30 2015/11/21 01:51:50 sthen 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= 15
|
|
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>
|