freebsd-ports/audio/calf/Makefile

51 lines
1.2 KiB
Makefile
Raw Normal View History

# Created by: <trasz@FreeBSD.org>
# $FreeBSD$
PORTNAME= calf
PORTVERSION= 0.0.60
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://calf-studio-gear.org/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Audio plug-in pack for LV2 and JACK environments
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth \
libjack.so:audio/jack \
libexpat.so:textproc/expat2
USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= DOCS LASH LV2
OPTIONS_DEFAULT= LASH LV2
OPTIONS_SUB= yes
LASH_LIB_DEPENDS= liblash.so:audio/lash
2013-11-24 20:10:43 +01:00
LASH_CONFIGURE_WITH= lash
LV2_DESC= LV2 audio plugin
LV2_BUILD_DEPENDS= lv2core>0:audio/lv2core
LV2_RUN_DEPENDS= lv2core>0:audio/lv2core
2013-11-24 20:10:43 +01:00
LV2_CONFIGURE_WITH= lv2
2009-09-14 18:46:41 +02:00
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == gcc
CXXFLAGS+= -finline-limit=80 -finline-functions -finline-functions-called-once
.endif
post-patch:
@${REINPLACE_CMD} '/<malloc.h>/d' \
${WRKSRC}/src/ctl_knob.cpp ${WRKSRC}/src/ctl_tube.cpp
.include <bsd.port.post.mk>