Lines 1-8
Link Here
|
1 |
PORTNAME= orbit |
1 |
PORTNAME= orbit |
2 |
PORTVERSION= 0.1.431 |
2 |
DISTVERSION= 0.1.661 |
3 |
PORTREVISION= 1 |
3 |
PORTREVISION= 1 |
4 |
CATEGORIES= audio |
4 |
CATEGORIES= audio |
5 |
MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/orbit.lv2/repository/archive.tar.gz?ref=aca0b7a&dummy=/ |
|
|
6 |
PKGNAMESUFFIX= -lv2 |
5 |
PKGNAMESUFFIX= -lv2 |
7 |
|
6 |
|
8 |
MAINTAINER= yuri@FreeBSD.org |
7 |
MAINTAINER= yuri@FreeBSD.org |
Lines 12-25
WWW= https://open-music-kontrollers.ch/lv2/orbit/
Link Here
|
12 |
LICENSE= ART20 |
11 |
LICENSE= ART20 |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
|
13 |
|
15 |
BUILD_DEPENDS= lv2>0:audio/lv2 |
14 |
BUILD_DEPENDS= lv2>0:audio/lv2 \ |
|
|
15 |
lv2lint:audio/lv2lint \ |
16 |
sord_validate:devel/sord |
16 |
|
17 |
|
17 |
USES= cmake compiler:c11 pkgconfig |
18 |
USES= compiler:c11 meson pkgconfig |
18 |
PLIST_FILES= lib/lv2/orbit.lv2/manifest.ttl \ |
19 |
PLIST_FILES= lib/lv2/orbit.lv2/manifest.ttl \ |
19 |
lib/lv2/orbit.lv2/orbit.so \ |
20 |
lib/lv2/orbit.lv2/orbit.so \ |
20 |
lib/lv2/orbit.lv2/orbit.ttl |
21 |
lib/lv2/orbit.lv2/orbit.ttl |
21 |
|
22 |
|
22 |
post-extract: |
23 |
USE_GITLAB= yes |
23 |
@${MV} ${WRKDIR}/orbit* ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
24 |
GL_ACCOUNT= OpenMusicKontrollers |
|
|
25 |
GL_PROJECT= ${PORTNAME}.lv2 |
26 |
GL_COMMIT= f4aa620fc8d77418856581a6a955192af15b3860 |
24 |
|
27 |
|
25 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |