1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/audio/whysynth/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

35 lines
832 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= whysynth
PORTVERSION= 20120903
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://smbolton.com/whysynth/
MAINTAINER= danilo@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 pkgconfig tar:bzip2 libtool
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>