freebsd-ports/audio/mda-lv2/Makefile
Yuri Victorovich a31a69692d Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.

Approved by:	tcberner (mentor, implicit)
2018-02-25 00:40:37 +00:00

22 lines
449 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= mda-lv2
PORTVERSION= 1.2.2
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>