9fa05cbab2
On the clang architectures, these changes have no effect: the baser compiler already includes the needed features. While here, remove now-redundant CXXFLAGS statements and pet portlint (no other content change). Tested on both powerpc64 and amd64. Approved by: portmgr (tier-2 blanket)
24 lines
494 B
Makefile
24 lines
494 B
Makefile
# Created by: Yuri Victorovich <yuri@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= usbtop
|
|
DISTVERSIONPREFIX= release-
|
|
DISTVERSION= 0.2
|
|
PORTREVISION= 2
|
|
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>
|