mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
a34bba2839
catch one MASTER_SITES0 that wasn't actually in use
16 lines
233 B
Makefile
16 lines
233 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
|
|
|
|
SITES= http://openbsd.fi/dist/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|