20 lines
296 B
Makefile
20 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= miruo
|
|
PORTVERSION= 0.9.6b
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= meta@FreeBSD.org
|
|
COMMENT= Pretty-print TCP session monitor/analyzer
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= KLab
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= sbin/miruo
|
|
|
|
.include <bsd.port.mk>
|