1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/audio/lvtk/Makefile
Antoine Brodin 5c0f583393 Switch version of python used in USES=waf to default version of python
Reviewed by:	bapt
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D23143
2020-01-14 09:27:18 +00:00

22 lines
459 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= lvtk
PORTVERSION= 1.2.0
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Wraps the LV2 C API and extensions into easy to use C++ classes
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2 \
${LOCALBASE}/include/gtkmm-2.4/gtkmm.h:x11-toolkits/gtkmm24
USES= pkgconfig python:2.7,build waf
USE_GITHUB= yes
GH_TAGNAME= 7c0ffdf
.include <bsd.port.mk>