PR: 221325 Reported by: mat Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12026
26 lines
641 B
Makefile
26 lines
641 B
Makefile
# 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
|
|
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>
|