2018-03-10 18:22:45 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gmsynth
|
|
|
|
DISTVERSIONPREFIX= v
|
2020-07-15 11:30:43 -04:00
|
|
|
DISTVERSION= 0.5.0
|
2018-03-10 18:22:45 -05:00
|
|
|
CATEGORIES= audio
|
|
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= General MIDI LV2 Synth
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2
|
2018-11-25 13:10:14 -05:00
|
|
|
# FluidSynth is left bundled based on the project owner's request: https://github.com/x42/gmsynth.lv2/issues/2#issuecomment-441458303
|
2018-03-10 18:22:45 -05:00
|
|
|
|
2018-11-25 13:10:14 -05:00
|
|
|
USES= gmake gnome pkgconfig
|
2018-03-10 18:22:45 -05:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= x42
|
|
|
|
GH_PROJECT= ${PORTNAME}.lv2
|
|
|
|
USE_GNOME= glib20
|
|
|
|
|
|
|
|
PLIST_FILES= lib/lv2/${PORTNAME}.lv2/GeneralUser_LV2.sf2 \
|
|
|
|
lib/lv2/${PORTNAME}.lv2/${PORTNAME}.so \
|
|
|
|
lib/lv2/${PORTNAME}.lv2/${PORTNAME}.ttl \
|
|
|
|
lib/lv2/${PORTNAME}.lv2/manifest.ttl
|
|
|
|
|
2019-02-24 12:30:52 -05:00
|
|
|
OPTIONS_DEFINE_amd64= SIMD
|
|
|
|
OPTIONS_DEFINE_i386= SIMD
|
|
|
|
OPTIONS_DEFAULT_amd64= SIMD
|
|
|
|
OPTIONS_DEFAULT_i386= SIMD
|
2018-06-09 14:38:00 -04:00
|
|
|
|
2019-02-24 12:30:52 -05:00
|
|
|
SIMD_MAKE_ENV= PORT_SIMD_FLAGS="-msse -msse2 -mfpmath=sse"
|
2018-06-09 14:38:00 -04:00
|
|
|
|
2018-03-10 18:22:45 -05:00
|
|
|
.include <bsd.port.mk>
|