1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/audio/bristol/Makefile
Gleb Popov 487cc0fe64 audio/*: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-02-18 16:28:04 +03:00

40 lines
998 B
Makefile

PORTNAME= bristol
PORTVERSION= 0.60.10
PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.60
MAINTAINER= pierrejacques.mimifir@gmail.com
COMMENT= Vintage synthesizers emulation for electric pianos and organs
WWW= https://bristol.sourceforge.net/
LICENSE= GPLv2
LIB_DEPENDS= libjack.so:audio/jack \
libfluidsynth.so:audio/fluidsynth
USES= cpe libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
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
# Fix build on recent current (would require a handful of patches)
CFLAGS+= -fcommon
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>