blob: a418d50b5e531581792a80611763d1c0142e432a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= pktstat
PORTVERSION= 1.8.5
PORTREVISION= 1
CATEGORIES= net-mgmt
MAINTAINER= freebsd@sosend.de
COMMENT= Network traffic viewer
LICENSE= PD
USE_GITHUB= yes
GH_ACCOUNT= dleonard0
GH_TAGNAME= 46935839b
USES= autoreconf
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>
|