2017-08-17 21:47:34 +02:00
|
|
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= moony
|
|
|
|
PORTVERSION= 0.22.0
|
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/moony.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/
|
|
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
|
2018-02-25 01:40:37 +01:00
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
2017-08-17 21:47:34 +02:00
|
|
|
COMMENT= Realtime Lua as programmable glue in LV2
|
|
|
|
|
|
|
|
LICENSE= ART20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2018-06-03 16:08:05 +02:00
|
|
|
BROKEN_powerpc64= fails to build: cc1: unrecognized command line option -std=gnu11
|
|
|
|
|
2017-08-17 21:47:34 +02:00
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2
|
|
|
|
|
2018-05-24 19:18:59 +02:00
|
|
|
USES= cmake:outsource pkgconfig
|
2017-08-17 21:47:34 +02:00
|
|
|
USE_XORG= x11 xext
|
|
|
|
USE_GL= gl glu
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${MV} ${WRKDIR}/moony* ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|