1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/audio/gmsynth-lv2/Makefile
Yuri Victorovich 667319a169 audio/gmsynth-lv2: update 0.5.3 → 0.6.0
Reported by:	portscout
2023-09-29 19:04:59 -07:00

39 lines
901 B
Makefile

PORTNAME= gmsynth
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.0
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@FreeBSD.org
COMMENT= General MIDI LV2 Synth
WWW= https://x42-plugins.com/x42/x42-gmsynth
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2
# FluidSynth is left bundled based on the project owner's request: https://github.com/x42/gmsynth.lv2/issues/2#issuecomment-441458303
USES= gmake gnome pkgconfig
USE_GNOME= glib20
USE_GITHUB= yes
GH_ACCOUNT= x42
GH_PROJECT= ${PORTNAME}.lv2
BINARY_ALIAS= git=false
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
OPTIONS_DEFINE_amd64= SIMD
OPTIONS_DEFINE_i386= SIMD
OPTIONS_DEFAULT_amd64= SIMD
OPTIONS_DEFAULT_i386= SIMD
SIMD_MAKE_ENV= HAVE_SSE=yes
.include <bsd.port.mk>