mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
5c0f583393
Reviewed by: bapt With hat: portmgr Differential Revision: https://reviews.freebsd.org/D23143
22 lines
459 B
Makefile
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>
|