HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/sysutils/usbtop/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>