aboutsummaryrefslogtreecommitdiffstats
path: root/audio/fluidsynth-dssi/Makefile
blob: 2f9b15e5d1c25c5f53a3c444c981bec89c8b08e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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=    1.0.0
PORTREVISION=   4
CATEGORIES= audio
MASTER_SITES=   SF/dssi/${PORTNAME}/${PORTVERSION}

MAINTAINER= trasz@FreeBSD.org
COMMENT=    Wrapper for FluidSynth allowing it to function as a DSSI plugin

LIB_DEPENDS=    dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
        lo.7:${PORTSDIR}/audio/liblo \
        fluidsynth.4:${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

post-patch:
    @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
    ${WRKSRC}/configure

.include <bsd.port.mk>