1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/mda-lv2/Makefile
Yuri Victorovich 8796cb2aec audio/mda-lv2: Update 1.2.2 -> 1.2.4
Reported by:	portscout
2019-11-16 06:25:13 +00:00

23 lines
449 B
Makefile

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