mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
91c3b180c1
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'.
38 lines
875 B
Makefile
38 lines
875 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 xorg
|
|
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>
|