svn commit: r386631 - head/audio/csound
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 17 16:44:52 UTC 2015
Author: amdmi3
Date: Sun May 17 16:44:51 2015
New Revision: 386631
URL: https://svnweb.freebsd.org/changeset/ports/386631
Log:
- Add CPE info
- Add LICENSE_FILE
Approved by: portmgr blanket
Modified:
head/audio/csound/Makefile
Modified: head/audio/csound/Makefile
==============================================================================
--- head/audio/csound/Makefile Sun May 17 16:31:51 2015 (r386630)
+++ head/audio/csound/Makefile Sun May 17 16:44:51 2015 (r386631)
@@ -15,6 +15,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Sound synthesizer
LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= swig13>0:${PORTSDIR}/devel/swig13 \
eigen>0:${PORTSDIR}/math/eigen3 \
@@ -40,7 +41,8 @@ CONFLICTS_INSTALL= outguess-* csound6
WRKSRC= ${WRKDIR}/${PORTNAME:S/c/C/}${PORTVERSION}
-USES= bison gettext scons compiler:openmp python
+USES= bison cpe gettext scons compiler:openmp python
+CPE_VENDOR= csounds
MAKE_ARGS= instdir="${STAGEDIR}" prefix="${PREFIX}" \
CC="${CC}" CXX="${CXX}" \
buildCsoundAC=0 buildCsoundVST=0 buildInterfaces=1 \
More information about the svn-ports-all
mailing list