aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/usbtop/Makefile
blob: ae5f05ae030620fcb98fb085c2759a49a0660c17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Yuri Victorovich <yuri@FreeBSD.org>
# $FreeBSD$

PORTNAME=   usbtop
DISTVERSIONPREFIX=  release-
DISTVERSION=    0.2
PORTREVISION=   6
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

USES=       cmake:outsource compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= aguinet

PLIST_FILES=    sbin/usbtop

.include <bsd.port.mk>