as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
37 lines
870 B
Makefile
37 lines
870 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fabla2
|
|
DISTVERSION= g20180331
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Sampler with multiple layers, banks, pads, integrated FX and routing
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2
|
|
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
|
|
libsndfile.so:audio/libsndfile
|
|
|
|
USES= cmake compiler:c++11-lang gnome pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= openAVproductions
|
|
GH_PROJECT= openAV-Fabla2
|
|
GH_TAGNAME= 33f4062
|
|
USE_GNOME= cairo
|
|
USE_XORG= x11
|
|
|
|
CFLAGS+= -I${FILESDIR}
|
|
|
|
PLIST_FILES= lib/lv2/fabla2.lv2/fabla2.so \
|
|
lib/lv2/fabla2.lv2/fabla2.ttl \
|
|
lib/lv2/fabla2.lv2/fabla2ui.so \
|
|
lib/lv2/fabla2.lv2/manifest.ttl
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|GLOB srcUI |GLOB srcUI ${FILESDIR}/mntent_compat.c++ |' ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|