2017-08-15 02:13:32 +02:00
|
|
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
|
|
|
|
PORTNAME= orbit
|
|
|
|
PORTVERSION= 0.1.431
|
Bump PORTREVISION for ports depending on the canonical version of GCC
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
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 1
|
2017-08-15 02:13:32 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/orbit.lv2/repository/archive.tar.gz?ref=aca0b7a&dummy=/
|
|
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
|
2018-02-25 01:40:37 +01:00
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
2017-08-15 02:13:32 +02:00
|
|
|
COMMENT= LV2 plugin bundle from Open Music Kontrollers
|
|
|
|
|
|
|
|
LICENSE= ART20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2
|
|
|
|
|
2019-02-24 22:53:53 +01:00
|
|
|
USES= cmake compiler:c11 pkgconfig
|
2017-08-15 02:13:32 +02:00
|
|
|
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>
|