a1453be727
easy to use C++ classes. The original work for this was mostly done by Lars Luthman in lv2-c++-tools. WWW: https://github.com/lvtk/lvtk PR: 221272 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12013
21 lines
440 B
Makefile
21 lines
440 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lvtk
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= yuri@rawbw.com
|
|
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= waf pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_TAGNAME= 7c0ffdf
|
|
|
|
.include <bsd.port.mk>
|