mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
c0e5d7166c
approved by: infrastructure blanket
24 lines
407 B
Makefile
24 lines
407 B
Makefile
# 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 ncurses
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|