mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
077ad91f68
Fetch archive directly from upstream's git repo PR: 266931 Reviewed by: yuri (maintainer)
23 lines
540 B
Makefile
23 lines
540 B
Makefile
PORTNAME= moony
|
|
DISTVERSION= 0.36.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://git.open-music-kontrollers.ch/lv2/moony.lv2/snapshot/
|
|
PKGNAMESUFFIX= -lv2
|
|
DISTNAME= ${PORTNAME}.lv2-${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Realtime Lua as programmable glue in LV2
|
|
WWW= https://open-music-kontrollers.ch/lv2/moony
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2
|
|
|
|
USES= compiler:c++11-lang gl meson pkgconfig tar:xz xorg
|
|
USE_XORG= x11 xext
|
|
USE_GL= gl glew glu
|
|
|
|
.include <bsd.port.mk>
|