1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/audio/sorcer-lv2/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

38 lines
847 B
Makefile

# $FreeBSD$
PORTNAME= Sorcer
DISTVERSIONPREFIX= release-
DISTVERSION= 1.1.3
PORTREVISION= 5
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@FreeBSD.org
COMMENT= Wavetable LV2 plugin synth targeted at the electronic/dubstep genre
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= lv2>0:audio/lv2 \
${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs
LIB_DEPENDS= libntk.so:x11-toolkits/ntk
USES= cmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= openAVproductions
GH_PROJECT= openAV-${PORTNAME}
USE_GNOME= cairo
PLIST_FILES= lib/lv2/sorcer.lv2/manifest.ttl \
lib/lv2/sorcer.lv2/sorcer.so \
lib/lv2/sorcer.lv2/sorcer.ttl
OPTIONS_DEFINE_amd64= SSE
OPTIONS_DEFINE_i386= SSE
OPTIONS_DEFAULT_amd64= SSE
OPTIONS_DEFAULT_i386= SSE
SSE_CMAKE_ON= -DPORT_SIMD_FLAGS:STRING="-msse -mfpmath=sse"
.include <bsd.port.mk>