6ad788ca7d
Pftop is a small, curses-based utility for real-time display of active states and rule statistics for PF, the packet filter from OpenBSD.
22 lines
608 B
Makefile
22 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 15:08:33 peter Exp $
|
|
|
|
DISTNAME= pftop-0.4
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
|
|
|
|
MAINTAINER= peter@pointless.nl
|
|
HOMEPAGE= http://www.eee.metu.edu.tr/~canacar/pftop/
|
|
COMMENT= Utility for real-time display of statistics for PF
|
|
|
|
USE_BUILDLINK3= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
MAKE_ENV+= OSLEVEL=${_PF_VERSION:S/.//}
|
|
CFLAGS+= -I${PREFIX}/include
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pftop ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/pftop.8 ${PREFIX}/man/man8
|
|
|
|
.include "../../security/pflkm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|