diff options
Diffstat (limited to 'audio/fomp-lv2/Makefile')
-rw-r--r-- | audio/fomp-lv2/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/fomp-lv2/Makefile b/audio/fomp-lv2/Makefile new file mode 100644 index 000000000000..2aa20f09199a --- /dev/null +++ b/audio/fomp-lv2/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= fomp +DISTVERSION= 1.0.0 +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> |