16 lines
239 B
Makefile
16 lines
239 B
Makefile
COMMENT= network traffic viewer
|
|
DISTNAME= pktstat-1.8.4
|
|
REVISION= 5
|
|
CATEGORIES= net
|
|
|
|
# Public Domain
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c curses m pcap
|
|
|
|
MASTER_SITES= http://openbsd.fi/dist/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|