diff options
Diffstat (limited to 'audio/whysynth')
-rw-r--r-- | audio/whysynth/Makefile | 17 | ||||
-rw-r--r-- | audio/whysynth/distinfo | 4 | ||||
-rw-r--r-- | audio/whysynth/pkg-plist | 4 |
3 files changed, 17 insertions, 8 deletions
diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile index c13c1e5efc52..9595584c4e3f 100644 --- a/audio/whysynth/Makefile +++ b/audio/whysynth/Makefile @@ -6,23 +6,30 @@ # PORTNAME= whysynth -PORTVERSION= 20090608 -PORTREVISION= 2 +PORTVERSION= 20100922 CATEGORIES= audio MASTER_SITES= http://smbolton.com/whysynth/ MAINTAINER= ports@FreeBSD.org COMMENT= Versatile softsynth implemented as a DSSI plugin +BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \ + ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ lo.7:${PORTSDIR}/audio/liblo \ jack.0:${PORTSDIR}/audio/jack \ fftw3f.5:${PORTSDIR}/math/fftw3-float -BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi + +LICENSE= GPLv2 LGPL21 +LICENSE_COMB= multi USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= gtk20 +USE_GMAKE= yes +USE_AUTOTOOLS= libtool +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/audio/whysynth/distinfo b/audio/whysynth/distinfo index eaf6919bb1f5..3beaae822f55 100644 --- a/audio/whysynth/distinfo +++ b/audio/whysynth/distinfo @@ -1,2 +1,2 @@ -SHA256 (whysynth-20090608.tar.bz2) = cf25793f7743f9cd90fe433c6da7ca13218cd186f0d701351d28a66218660b71 -SIZE (whysynth-20090608.tar.bz2) = 2089470 +SHA256 (whysynth-20100922.tar.bz2) = 8a82520723bb7cdb788ff76b276418da49aa2cd6bd97801203e362b8fc46723f +SIZE (whysynth-20100922.tar.bz2) = 2126947 diff --git a/audio/whysynth/pkg-plist b/audio/whysynth/pkg-plist index 3605afcc3535..216efa8fba25 100644 --- a/audio/whysynth/pkg-plist +++ b/audio/whysynth/pkg-plist @@ -1,9 +1,11 @@ -lib/dssi/whysynth.so +lib/dssi/whysynth.a lib/dssi/whysynth.la +lib/dssi/whysynth.so lib/dssi/whysynth/WhySynth_gtk %%DATADIR%%/current_default_patches.WhySynth %%DATADIR%%/more_K4_interpretations.WhySynth %%DATADIR%%/version_20051005_patches.WhySynth %%DATADIR%%/version_20051231_patches.WhySynth +%%DATADIR%%/version_20090608_patches.WhySynth @dirrm %%DATADIR%% @dirrm lib/dssi/whysynth |