Date: Sun, 17 May 2015 16:44:51 +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: r386631 - head/audio/csound Message-ID: <201505171644.t4HGipcm082770@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505171644.t4HGipcm082770>