svn commit: r383946 - head/audio/pulseaudio

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 13 18:17:02 UTC 2015


Author: amdmi3
Date: Mon Apr 13 18:17:01 2015
New Revision: 383946
URL: https://svnweb.freebsd.org/changeset/ports/383946

Log:
  - Add LICENSE
  - Add CPE info
  
  Approved by:	kwm

Modified:
  head/audio/pulseaudio/Makefile

Modified: head/audio/pulseaudio/Makefile
==============================================================================
--- head/audio/pulseaudio/Makefile	Mon Apr 13 18:08:34 2015	(r383945)
+++ head/audio/pulseaudio/Makefile	Mon Apr 13 18:17:01 2015	(r383946)
@@ -14,6 +14,9 @@ MASTER_SITES=	http://freedesktop.org/sof
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Sound server for UNIX
 
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/LGPL
+
 LIB_DEPENDS=	libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
 		libsndfile.so:${PORTSDIR}/audio/libsndfile \
 		libspeexdsp.so:${PORTSDIR}/audio/speexdsp \
@@ -28,7 +31,7 @@ LIB_DEPENDS=	libsamplerate.so:${PORTSDIR
 USE_GNOME=	glib20 intltool
 USE_XORG=	x11 sm xtst ice
 USE_LDCONFIG=	yes
-USES=		execinfo gettext gmake libtool pathfix pkgconfig tar:xz
+USES=		cpe execinfo gettext gmake libtool pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PTHREAD_LIBS="-lpthread" \
 		OPENSSL_CFLAGS="-I/usr/include" \


More information about the svn-ports-all mailing list