blob: 9ff26137223dddc767229b2b0f99b7cfdd603cd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|