mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
5e5077f7d5
Approved by: yuri
25 lines
500 B
Makefile
25 lines
500 B
Makefile
# Created by: Yuri Victorovich <yuri@FreeBSD.org>
|
|
|
|
PORTNAME= usbtop
|
|
DISTVERSIONPREFIX= release-
|
|
DISTVERSION= 1.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Utility that shows an estimated instantaneous USB bandwidth
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= boost-libs>0:devel/boost-libs
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= aguinet
|
|
CMAKE_ON= Boost_USE_STATIC_LIBS
|
|
|
|
PLIST_FILES= sbin/usbtop
|
|
|
|
.include <bsd.port.mk>
|