freebsd-ports/audio/bristol/Makefile
Guido Falsi 2bf029bae6 Bristol is an emulation package for a number of different 'classic'
synthesisers including additive, subtractive and a few organs.
The application consists of the engine, which is called bristol,
and its own GUI library called brighton that represents all the
emulations.

WWW: http://bristol.sourceforge.net/

PR:		ports/169861
Submitted by:	pjm <pierrejacqes.mimifir@gmail.com>
2012-10-01 21:52:42 +00:00

34 lines
802 B
Makefile

# Created by: pjm <pierrejacqes.mimifir@gmail.com>
# $FreeBSD$
PORTNAME= bristol
PORTVERSION= 0.60.10
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.60
MAINTAINER= pierrejacques.mimifir@gmail.com
COMMENT= Vintage synthesiers emulation for electric pianos and organs
LICENSE= GPLv2
LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \
fluidsynth:${PORTSDIR}/audio/fluidsynth
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_QT_VER= 4
QT_COMPONENTS= gui qmake_build moc_build uic_build rcc_build linguist_build
CONFIGURE_ARGS+= --disable-alsa --enable-oss \
--enable-jack-default-audio \
--enable-jack-default-midi \
--disable-version-check
MAKE_JOBS_SAFE= yes
MAN1= bristol.1 bristoljackstats.1
MLINKS= bristol.1 brighton.1 bristol.1 startBristol.1
PORTDATA= *
.include <bsd.port.mk>