mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
31 lines
660 B
Makefile
31 lines
660 B
Makefile
PORTNAME= libechonest
|
|
PORTVERSION= 2.3.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Collection of C++/Qt classes designed to use the APIs of The Echo Nest
|
|
WWW= https://github.com/lfranchi/libechonest
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libqjson-qt5.so:devel/qjson
|
|
|
|
USES= cmake compiler:c++11-lang pkgconfig qt:5
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lfranchi
|
|
|
|
USE_QT= core buildtools:build qmake:build network xml
|
|
CMAKE_OFF+= BUILD_WITH_QT4
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
OPTIONS_DEFINE= TEST
|
|
|
|
TEST_USE= QT=testlib:build
|
|
TEST_CMAKE_BOOL=ECHONEST_BUILD_TESTS
|
|
|
|
.include <bsd.port.mk>
|