freebsd-ports/audio/moony-lv2/Makefile
Yuri Victorovich 97a9ebaabc audio/moony-lv2: fix build with GCC-based architectures
Since this port uses -std=gnu++11, USES=compiler:c++11-lang is necessary.

While here, add USES=gl.

PR:		232033
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-07 16:05:50 +00:00

25 lines
605 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@FreeBSD.org
COMMENT= Realtime Lua as programmable glue in LV2
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2
USES= cmake:outsource compiler:c++11-lang gl pkgconfig
USE_XORG= x11 xext
USE_GL= gl glu
post-extract:
@${MV} ${WRKDIR}/moony* ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>