mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
a31a69692d
98 ports are affected. Approved by: tcberner (mentor, implicit)
22 lines
442 B
Makefile
22 lines
442 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= waf pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_TAGNAME= 7c0ffdf
|
|
|
|
.include <bsd.port.mk>
|