mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
bba67c373f
specifications. It is a "software synthesizer". FluidSynth can read MIDI events from the MIDI input device and render them to the audio device. It can also play MIDI files. PR: ports/59716 Submitted by: Juha Nygard <juha.nygard1@netikka.fi> Approved by: adamw (mentor)
32 lines
815 B
Makefile
32 lines
815 B
Makefile
# ports collection makefile for: fluidsynth
|
|
# Date created: 27 Nov 2003
|
|
# Whom: Juha Nygard <juha.nygard1@netikka.fi>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fluidsynth
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= fluid//stable.pkg/${PORTVERSION}
|
|
|
|
MAINTAINER= juha.nygard1@netikka.fi
|
|
COMMENT= Real-time software synthesizer based on the SoundFont 2 specifications
|
|
|
|
INSTALLS_SHLIB= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= pkgconfig
|
|
USE_GETOPT_LONG= yes
|
|
USE_LIBTOOL= yes
|
|
USE_REINPLACE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LIBS="${PTHREAD_LIBS}"
|
|
|
|
MAN1= fluidsynth.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|