1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/audio/whysynth/Makefile
Yuri Victorovich 5708ae4005 audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.

PR:		251125
Submitted by:	Florian Walpen <dev@submerge.ch> (original version)
2021-08-02 09:03:15 -07:00

34 lines
825 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
PORTNAME= whysynth
PORTVERSION= 20120903
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://smbolton.com/whysynth/
MAINTAINER= ports@FreeBSD.org
COMMENT= Versatile softsynth implemented as a DSSI plugin
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:audio/dssi \
${LOCALBASE}/include/ladspa.h:audio/ladspa
LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \
liblo.so:audio/liblo \
libjack.so:audio/jack \
libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float
USES= gmake gnome libtool pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= gtk20
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|-finline-limit=5000||g' ${WRKSRC}/configure
.include <bsd.port.mk>