freebsd-ports/audio/fluidsynth-dssi/Makefile
Martin Wilke 4b90f1e3fe The FluidSynth-DSSI is a wrapper for the FluidSynth SoundFont-playing
software synthesizer, allowing it to function as a DSSI plugin.

WWW:	http://dssi.sourceforge.net/

PR:		ports/108124
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2007-01-23 21:50:37 +00:00

27 lines
703 B
Makefile

# New ports collection makefile for: fluidsynth-dssi
# Date created: 2007-01-19
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= fluidsynth-dssi
PORTVERSION= 0.9.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dssi
MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= Wrapper for FluidSynth allowing it to function as a DSSI plugin
LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
lo.6:${PORTSDIR}/audio/liblo \
fluidsynth.2:${PORTSDIR}/audio/fluidsynth \
jack.0:${PORTSDIR}/audio/jack
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
.include <bsd.port.mk>