1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/audio/whysynth/Makefile
Martin Wilke 90f944c62f WhySynth is a versatile softsynth which operates as a plugin for the
Disposable Soft Synth Interface (DSSI).  A brief list of features:

- 4 oscillators, 2 filters, 3 LFOs, and 5 envelope generators per
  voice.

- 7 oscillator modes: minBLEP, wavecycle, asynchronous granular, FM,
  waveshaper, noise, and PADsynth.

- 5 filter modes.

- flexible modulation and mixdown options.

WWW:	http://home.jps.net/~musound/whysynth.html

PR:		ports/108145
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2007-01-24 20:41:29 +00:00

28 lines
666 B
Makefile

# New ports collection makefile for: whysynth
# Date created: 2007-01-20
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= whysynth
PORTVERSION= 20060122
CATEGORIES= audio
MASTER_SITES= http://home.jps.net/~musound/
MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= Versatile softsynth implemented as a DSSI plugin
LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
lo.6:${PORTSDIR}/audio/liblo \
jack.0:${PORTSDIR}/audio/jack \
fftw3f.4:${PORTSDIR}/math/fftw3-float
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
.include <bsd.port.mk>