1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/audio/lvtk/Makefile
2021-04-06 16:31:07 +02:00

24 lines
542 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
PORTNAME= lvtk
DISTVERSION= 2.0.0rc1-14
DISTVERSIONSUFFIX= -g1028f69
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= compiler:c++11-lang pkgconfig waf
USE_GITHUB= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/lvtk.lv2/volume.so
.include <bsd.port.mk>