svn commit: r313551 - in head/audio: . libechonest libechonest/files

Max Brazhnikov makc at freebsd.org
Thu Mar 7 00:54:29 UTC 2013


On Wed, 06 Mar 2013 22:53:30 +0000Wed Mar  6 22:53:30 2013 Nicola Vitale 
wrote:
> +++ head/audio/libechonest/Makefile     Wed Mar  6 22:53:30 
2013        (r313551)
> @@ -0,0 +1,29 @@
> +# Created by: Nicola Vitale <nivit at FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME=      libechonest
> +PORTVERSION=   2.0.1
> +#PORTREVISION= 0
> +CATEGORIES=    audio
> +
> +MAINTAINER=    nivit at 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"

I think CMAKE_COLOR_MAKEFILE  shouldn't be used by ports, it's up to users to 
set it. We can enable it for PACKAGE_BUILDING though.

Max


More information about the svn-ports-head mailing list