mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
29 lines
563 B
Makefile
29 lines
563 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libechonest
|
|
PORTVERSION= 2.0.3
|
|
#PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Collection of C++/Qt classes designed to use the APIs of The Echo Nest
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson
|
|
|
|
GH_ACCOUNT= lfranchi
|
|
GH_PROJECT= ${PORTNAME}
|
|
GH_COMMIT= c02854c
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
USES= cmake pkgconfig
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_QT4= qmake_build moc_build network qtestlib rcc_build xml
|
|
|
|
.include <bsd.port.mk>
|