Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2015 16:01:36 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386627 - head/audio/vorbis-tools
Message-ID:  <201505171601.t4HG1aj3061415@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May 17 16:01:36 2015
New Revision: 386627
URL: https://svnweb.freebsd.org/changeset/ports/386627

Log:
  - Add CPE info
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/audio/vorbis-tools/Makefile

Modified: head/audio/vorbis-tools/Makefile
==============================================================================
--- head/audio/vorbis-tools/Makefile	Sun May 17 15:49:14 2015	(r386626)
+++ head/audio/vorbis-tools/Makefile	Sun May 17 16:01:36 2015	(r386627)
@@ -11,6 +11,9 @@ MASTER_SITES=	http://downloads.xiph.org/
 MAINTAINER=	naddy@FreeBSD.org
 COMMENT=	Play, encode, and manage Ogg Vorbis files
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libao.so:${PORTSDIR}/audio/libao \
 		libcurl.so:${PORTSDIR}/ftp/curl \
 		libFLAC.so:${PORTSDIR}/audio/flac \
@@ -18,7 +21,8 @@ LIB_DEPENDS=	libao.so:${PORTSDIR}/audio/
 		libspeex.so:${PORTSDIR}/audio/speex \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis
 
-USES=		iconv pkgconfig
+USES=		cpe iconv pkgconfig
+CPE_VENDOR=	xiph
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PTHREAD_LIBS="-lpthread"
 CPPFLAGS+=	-I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505171601.t4HG1aj3061415>