1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/audio/fomp-lv2/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
428 B
Makefile

PORTNAME= fomp
DISTVERSION= 1.2.2
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@FreeBSD.org
COMMENT= LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons Adriaensen
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2
USES= pkgconfig tar:bz2 waf
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/fomp.lv2/*.so
.include <bsd.port.mk>