diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2013-03-06 22:53:30 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2013-03-06 22:53:30 +0000 |
commit | 5f4ec43f7eb81a0bd47b1a470f0d6382da3e7434 (patch) | |
tree | bd706c1ac58156351453d8a7862d9c7a13e03cb1 /audio/libechonest/Makefile | |
parent | c29f6bcc8143c4388ac05843faa3a9421a5445f1 (diff) | |
download | ports-5f4ec43f7eb81a0bd47b1a470f0d6382da3e7434.tar.gz ports-5f4ec43f7eb81a0bd47b1a470f0d6382da3e7434.zip |
Notes
Diffstat (limited to 'audio/libechonest/Makefile')
-rw-r--r-- | audio/libechonest/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/libechonest/Makefile b/audio/libechonest/Makefile new file mode 100644 index 000000000000..ec47d4ba8413 --- /dev/null +++ b/audio/libechonest/Makefile @@ -0,0 +1,29 @@ +# Created by: Nicola Vitale <nivit@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= libechonest +PORTVERSION= 2.0.1 +#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= qjson:${PORTSDIR}/devel/qjson + +CMAKE_ARGS= -DCMAKE_COLOR_MAKEFILE:BOOL="OFF" + +GH_ACCOUNT= dschmidt +GH_PROJECT= ${PORTNAME} +GH_TAGNAME= master +GH_COMMIT= f9a55d1 + +USE_CMAKE= yes +USE_GITHUB= yes +USE_LDCONFIG= yes + +USE_QT4= qmake_build moc_build network qtestlib rcc_build xml + +.include <bsd.port.mk> |