freebsd-ports/audio/bristol/Makefile
Tobias Kortkamp 419e8be937 audio/bristol: Drop nop QT_COMPONENTS
While here
- Fix typo in COMMENT
- Use American spelling of synthesizers in description too
2020-02-05 04:34:48 +00:00

38 lines
895 B
Makefile

# Created by: pjm <pierrejacqes.mimifir@gmail.com>
# $FreeBSD$
PORTNAME= bristol
PORTVERSION= 0.60.10
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.60
MAINTAINER= pierrejacques.mimifir@gmail.com
COMMENT= Vintage synthesizers emulation for electric pianos and organs
LICENSE= GPLv2
LIB_DEPENDS= libjack.so:audio/jack \
libfluidsynth.so:audio/fluidsynth
USES= cpe libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CPE_VENDOR= nick_copeland
CONFIGURE_ARGS+= --disable-alsa --enable-oss \
--enable-jack-default-audio \
--enable-jack-default-midi \
--disable-version-check
PORTDATA= *
post-patch:
@${REINPLACE_CMD} -e 's|-march=core2 -msse -msse2 -mfpmath=sse||; s|-O3||' \
${WRKSRC}/libbristol/Makefile.in
@${REINPLACE_CMD} -e 's|-msse -mfpmath=sse||; s|-O2||' \
${WRKSRC}/bristol/Makefile.in
.include <bsd.port.mk>