aboutsummaryrefslogtreecommitdiff
path: root/audio/mda-lv2/Makefile
blob: 9b7b8ba168389e3e16eb66fd77e2861524d73d01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Yuri Victorovich <yuri@rawbw.com>

PORTNAME=	mda-lv2
PORTVERSION=	1.2.6
CATEGORIES=	audio
MASTER_SITES=	http://download.drobilla.net/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	LV2 port of the MDA plugins by Paul Kellett

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	lv2>0:audio/lv2

USES=		waf pkgconfig tar:bz2

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/mda.lv2/*.so

.include <bsd.port.mk>