1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/fluidsynth-dssi/Makefile
Yuri Victorovich 5708ae4005 audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.

PR:		251125
Submitted by:	Florian Walpen <dev@submerge.ch> (original version)
2021-08-02 09:03:15 -07:00

23 lines
581 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
PORTNAME= fluidsynth-dssi
PORTVERSION= 1.0.0
PORTREVISION= 15
CATEGORIES= audio
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper for FluidSynth allowing it to function as a DSSI plugin
LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \
liblo.so:audio/liblo \
libfluidsynth.so:audio/fluidsynth \
libjack.so:audio/jack
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:audio/dssi
GNU_CONFIGURE= yes
USES= gmake gnome libtool pkgconfig
USE_GNOME= gtk20
.include <bsd.port.mk>