If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
23 lines
493 B
Makefile
23 lines
493 B
Makefile
# $OpenBSD: Makefile,v 1.36 2019/07/17 14:39:43 danj 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= 19
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://www.eee.metu.edu.tr/~canacar/pftop/
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c curses
|
|
|
|
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
|
|
|
|
MAKE_FLAGS= CC="${CC}"
|
|
FAKE_FLAGS= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
|
|
|
|
.include <bsd.port.mk>
|