1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

- Add CPE info

- Add LICENSE_FILE

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-05-17 16:44:51 +00:00
parent fea0b1b0ca
commit ffeb0aa74b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386631

View File

@ -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 \