freebsd-ports/audio/moony-lv2/Makefile
Richard Gallamore 4c4a8d4f2a Moony is a collection of LV2 plugins to easily add realtime programmable
logic glue in LV2 plugin graphs.

WWW: http://open-music-kontrollers.ch/lv2/moony

PR:		221343
Submitted by:	Yuri Victorovich (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12061
2017-08-17 19:47:34 +00:00

26 lines
570 B
Makefile

# 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
MAINTAINER= yuri@rawbw.com
COMMENT= Realtime Lua as programmable glue in LV2
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2
USES= cmake pkgconfig
USE_XORG= x11 xext
USE_GL= gl glu
post-extract:
@${MV} ${WRKDIR}/moony* ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>