summaryrefslogtreecommitdiff
path: root/audio/tap-plugins/Makefile
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-07-02 12:03:24 +0000
committerrodent <rodent@pkgsrc.org>2013-07-02 12:03:24 +0000
commit3ecadaef08b2d5a745eeb839efedcbbb83369274 (patch)
tree85b2ec0001f37060b8dd586d06de7acceabf4f33 /audio/tap-plugins/Makefile
parent600e67b8b52f8b4dc726843934b3317d02be290a (diff)
downloadpkgsrc-3ecadaef08b2d5a745eeb839efedcbbb83369274.tar.gz
Import tap-plugins-0.7.2 as audio/tap-plugins.
TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch of LADSPA plugins for digital audio processing, intended for use in a professional DAW environment such as Ardour. These plugins should compile and run on any recent (that is, not seriously outdated) GNU/Linux system. They don't require any special libraries besides the standard GNU C and math libraries, which are expected to be provided on the machine used for compiling.
Diffstat (limited to 'audio/tap-plugins/Makefile')
-rw-r--r--audio/tap-plugins/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/tap-plugins/Makefile b/audio/tap-plugins/Makefile
new file mode 100644
index 00000000000..1441a2b92a5
--- /dev/null
+++ b/audio/tap-plugins/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2013/07/02 12:03:24 rodent Exp $
+#
+
+DISTNAME= tap-plugins-0.7.2
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tap-plugins/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://tap-plugins.sourceforge.net/ladspa.html
+COMMENT= Tom's Audio Processing plugins
+LICENSE= gnu-gpl-v2
+
+SUBST_CLASSES+= prefix
+SUBST_STAGE.prefix= post-patch
+SUBST_MESSAGE.prefix= Fixing PREFIX.
+SUBST_FILES.prefix= Makefile
+SUBST_SED.prefix= -e 's|/usr/local|${DESTDIR}${PREFIX}|'
+
+INSTALLATION_DIRS+= lib/ladspa share/ladspa/rdf
+
+.include "../../mk/bsd.pkg.mk"