freebsd-ports/sysutils/usbtop/Makefile
2021-04-06 16:31:07 +02:00

24 lines
499 B
Makefile

# Created by: Yuri Victorovich <yuri@FreeBSD.org>
PORTNAME= usbtop
DISTVERSIONPREFIX= release-
DISTVERSION= 1.0
PORTREVISION= 4
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Utility that shows an estimated instantaneous USB bandwidth
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libpcap.so:net/libpcap
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= aguinet
PLIST_FILES= sbin/usbtop
.include <bsd.port.mk>