freebsd-ports/audio/nekobee/Makefile
Martin Wilke fdab10a622 nekobee is a DSSI soft synth plugin that emulates the sound of the
TB-303 Bassline.  It is not an exact copy; rather than make it "just
like the real thing", the design concentrates on modelling the
circuitry and was adjusted by comparing the sounds achievable with
it to those heard on classic acid house tracks.  It includes a
switchable square/saw wave VCO, 24dB/octave VCF, an adjustable decay
time for the VCF, a fixed decay time for the VCA, and an interesting
bit of circuitry around the "Accent" control.

WWW:	http://freshmeat.net/projects/nekobee/

PR:		ports/108148
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2007-01-24 20:43:28 +00:00

26 lines
661 B
Makefile

# New ports collection makefile for: nekobee
# Date created: 2007-01-20
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= nekobee
PORTVERSION= 0.1.5
CATEGORIES= audio
MASTER_SITES= http://static.nekosynth.co.uk/releases/
MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= DSSI plugin that emulates the sound of the TB-303 Bassline
LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
lo.6:${PORTSDIR}/audio/liblo \
jack.0:${PORTSDIR}/audio/jack
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
CFLAGS+= -I${LOCALBASE}/include/dssi
.include <bsd.port.mk>