summaryrefslogtreecommitdiff
path: root/audio/orbit-lv2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/orbit-lv2/Makefile')
-rw-r--r--audio/orbit-lv2/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/orbit-lv2/Makefile b/audio/orbit-lv2/Makefile
new file mode 100644
index 000000000000..440f3e0387a6
--- /dev/null
+++ b/audio/orbit-lv2/Makefile
@@ -0,0 +1,27 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME= orbit
+PORTVERSION= 0.1.431
+CATEGORIES= audio
+MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/orbit.lv2/repository/archive.tar.gz?ref=aca0b7a&dummy=/
+PKGNAMESUFFIX= -lv2
+
+MAINTAINER= yuri@rawbw.com
+COMMENT= LV2 plugin bundle from Open Music Kontrollers
+
+LICENSE= ART20
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= lv2>0:audio/lv2
+
+USES= cmake pkgconfig
+CMAKE_ARGS= -DCMAKE_BUILD_TYPE="Release"
+PLIST_FILES= lib/lv2/orbit.lv2/manifest.ttl \
+ lib/lv2/orbit.lv2/orbit.so \
+ lib/lv2/orbit.lv2/orbit.ttl
+
+post-extract:
+ @${MV} ${WRKDIR}/orbit* ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+.include <bsd.port.mk>