1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/audio/moony-lv2/Makefile
Yuri Victorovich ca4814cfa1 audio/moony-lv2: Update 0.28.0 -> 0.30.0
Reported by:	repology
2019-11-30 23:40:33 +00:00

28 lines
666 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= moony
DISTVERSION= 0.30.0
CATEGORIES= audio
MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/moony.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@FreeBSD.org
COMMENT= Realtime Lua as programmable glue in LV2
BROKEN_FreeBSD_11= undefined reference to `clog', see bug#237771
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2
USES= compiler:c++11-lang gl meson pkgconfig xorg
USE_XORG= x11 xext
USE_GL= gl glu
post-extract:
@${MV} ${WRKDIR}/moony* ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>