svn commit: r386642 - head/audio/mumble

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 17 18:45:32 UTC 2015


Author: amdmi3
Date: Sun May 17 18:45:31 2015
New Revision: 386642
URL: https://svnweb.freebsd.org/changeset/ports/386642

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

Modified:
  head/audio/mumble/Makefile

Modified: head/audio/mumble/Makefile
==============================================================================
--- head/audio/mumble/Makefile	Sun May 17 18:31:46 2015	(r386641)
+++ head/audio/mumble/Makefile	Sun May 17 18:45:31 2015	(r386642)
@@ -11,6 +11,7 @@ MAINTAINER=	feld at FreeBSD.org
 COMMENT=	Voice chat software primarily intended for use while gaming
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS+=	libspeex.so:${PORTSDIR}/audio/speex \
 		libsndfile.so:${PORTSDIR}/audio/libsndfile \
@@ -21,7 +22,7 @@ LIB_DEPENDS+=	libspeex.so:${PORTSDIR}/au
 
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
-USES=		compiler gmake pkgconfig qmake
+USES=		compiler cpe gmake pkgconfig qmake
 USE_LDCONFIG=	yes
 USE_QT4=	gui svg iconengines_run xml sql network l10n \
 		linguist_build moc_build rcc_build uic_build \


More information about the svn-ports-all mailing list