aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sherlock-lv2/Makefile
blob: 4b99247ebdb5a0ac3402b69d0a2e7e9795cd7007 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$

PORTNAME=   sherlock
PORTVERSION=    0.14.0
PORTREVISION=   1
CATEGORIES= audio
PKGNAMESUFFIX=  -lv2

MAINTAINER= yuri@FreeBSD.org
COMMENT=    Investigative LV2 plugin bundle

LICENSE=    ART20
LICENSE_FILE=   ${WRKSRC}/COPYING

BUILD_DEPENDS=  lv2>0:audio/lv2
LIB_DEPENDS=    libserd-0.so:devel/serd \
        libsord-0.so:devel/sord \
        libsratom-0.so:audio/sratom

USES=       cmake compiler:c11 pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= OpenMusicKontrollers
GH_PROJECT= sherlock.lv2
USE_XORG=   x11 xext
USE_GL=     gl glu

.include <bsd.port.mk>