diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-22 19:53:23 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-22 19:53:23 +0000 |
commit | b087037379b49283e3fce2693184c4accb2073b5 (patch) | |
tree | 56b6d952609e88b04410dc188f48c5bd2b235abe /audio/fluidsynth/Makefile | |
parent | 4b935dbe3caaf13a17d573f7be81ef2364dab157 (diff) |
- Update to 1.0.7a
- portlint(1)
PR: 93652
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=156705
Diffstat (limited to 'audio/fluidsynth/Makefile')
-rw-r--r-- | audio/fluidsynth/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index dfa51b6d4dc0..aa0fa36acf14 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fluidsynth -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7a CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= fluid @@ -14,12 +14,14 @@ MASTER_SITE_SUBDIR= fluid MAINTAINER= ports@FreeBSD.org COMMENT= Real-time software synthesizer based on the SoundFont 2 specifications +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} + USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes -USE_REINPLACE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --disable-lash --disable-ladcca INSTALLS_SHLIB= yes MAN1= fluidsynth.1 @@ -40,7 +42,7 @@ CONFIGURE_ARGS+= --enable-ladspa .endif post-patch: - @${REINPLACE_CMD} -e 's| -O2| |g ; \ + @${REINPLACE_CMD} -e 's| -O2 | |g ; \ s|== "yes"|= "yes"|g' ${WRKSRC}/configure .include <bsd.port.mk> |