1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/audio/moony-lv2/Makefile
Daniel Engberg 077ad91f68 audio/moony-lv2: Use upstream primary site
Fetch archive directly from upstream's git repo

PR:		266931
Reviewed by:	yuri (maintainer)
2022-10-11 00:49:37 +02:00

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>