diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-09-26 13:59:42 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-09-26 13:59:42 +0000 |
commit | 1798b0d96354d05b7cfaa0fcbe0991b2a58c27ef (patch) | |
tree | 431a2bb11c80edaa00f53611cf6bafd21c0d7574 /audio/whysynth | |
parent | 47aca4a01773f8de6e65ffffa27d5bd6f4da8d52 (diff) | |
download | ports-1798b0d96354d05b7cfaa0fcbe0991b2a58c27ef.tar.gz ports-1798b0d96354d05b7cfaa0fcbe0991b2a58c27ef.zip |
Notes
Diffstat (limited to 'audio/whysynth')
-rw-r--r-- | audio/whysynth/Makefile | 13 | ||||
-rw-r--r-- | audio/whysynth/files/patch-configure | 11 | ||||
-rw-r--r-- | audio/whysynth/pkg-plist | 7 |
3 files changed, 9 insertions, 22 deletions
diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile index 7edba6c61ea2..7099a751d979 100644 --- a/audio/whysynth/Makefile +++ b/audio/whysynth/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://smbolton.com/whysynth/ -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= Versatile softsynth implemented as a DSSI plugin LICENSE= GPLv2 LGPL21 @@ -15,14 +15,13 @@ LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \ ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= dssialsacompat:${PORTSDIR}/audio/libdssialsacompat \ - lo:${PORTSDIR}/audio/liblo \ - jack:${PORTSDIR}/audio/jack \ - fftw3:${PORTSDIR}/math/fftw3 \ - fftw3f:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS= libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \ + liblo.so:${PORTSDIR}/audio/liblo \ + libjack.so:${PORTSDIR}/audio/jack \ + libfftw3.so:${PORTSDIR}/math/fftw3 \ + libfftw3f.so:${PORTSDIR}/math/fftw3-float USES= gmake pkgconfig -NO_STAGE= yes USE_BZIP2= yes USE_GNOME= gtk20 USE_AUTOTOOLS= libtool diff --git a/audio/whysynth/files/patch-configure b/audio/whysynth/files/patch-configure deleted file mode 100644 index ac7c9554a32f..000000000000 --- a/audio/whysynth/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Jan 23 08:45:16 2006 -+++ configure Wed Feb 14 08:00:58 2007 -@@ -21267,7 +21267,7 @@ - fi; - - case "${host_os}" in --darwin*) -+darwin* | freebsd*) - darwin=yes - - succeeded=no diff --git a/audio/whysynth/pkg-plist b/audio/whysynth/pkg-plist index 1e7e50cad8c3..cc6db70a6235 100644 --- a/audio/whysynth/pkg-plist +++ b/audio/whysynth/pkg-plist @@ -8,7 +8,6 @@ lib/dssi/whysynth/WhySynth_gtk %%DATADIR%%/version_20051231_patches.WhySynth %%DATADIR%%/version_20090608_patches.WhySynth %%DATADIR%%/version_20100922_patches.WhySynth -%%DATADIR%%/more_K4_interpretations.WhySynth -@dirrm %%DATADIR%% -@dirrm lib/dssi/whysynth -@dirrm lib/dssi +@dirrmtry %%DATADIR%% +@dirrmtry lib/dssi/whysynth +@dirrmtry lib/dssi |