summaryrefslogtreecommitdiff
path: root/audio/vcf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vcf/Makefile')
-rw-r--r--audio/vcf/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/vcf/Makefile b/audio/vcf/Makefile
new file mode 100644
index 00000000000..ffff7049273
--- /dev/null
+++ b/audio/vcf/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2013/04/13 14:49:09 rodent Exp $
+#
+
+DISTNAME= vcf-0.0.5
+CATEGORIES= audio
+MASTER_SITES= http://www.suse.de/~mana/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://www.suse.de/~mana/ladspa.html
+COMMENT= Some LADSPA plugins for audio EQ biquad filters
+LICENSE= gnu-lgpl-v3
+
+INSTALLATION_DIRS+= lib/ladspa
+
+do-install:
+ ${INSTALL_LIB} ${WRKSRC}/vcf.so ${DESTDIR}${BUILDLINK_PREFIX.ladspa}/lib/ladspa
+
+.include "../../audio/ladspa/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"