mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
a5311b0993
Approved by: portmgr blanket
31 lines
718 B
Makefile
31 lines
718 B
Makefile
# Created by: pjm <pierrejacqes.mimifir@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bristol
|
|
PORTVERSION= 0.60.10
|
|
PORTREVISION= 1
|
|
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= libjack.so:${PORTSDIR}/audio/jack \
|
|
libfluidsynth.so:${PORTSDIR}/audio/fluidsynth
|
|
|
|
USES= libtool
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
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
|
|
|
|
PORTDATA= *
|
|
|
|
.include <bsd.port.mk>
|