Date: Mon, 13 Apr 2015 18:17:02 +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: r383946 - head/audio/pulseaudio Message-ID: <201504131817.t3DIH2CU033847@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504131817.t3DIH2CU033847>