mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
90f944c62f
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>
28 lines
666 B
Makefile
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>
|