mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
5708ae4005
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)
23 lines
581 B
Makefile
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>
|