diff options
author | rodent <rodent@pkgsrc.org> | 2013-07-02 12:03:24 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-07-02 12:03:24 +0000 |
commit | 3ecadaef08b2d5a745eeb839efedcbbb83369274 (patch) | |
tree | 85b2ec0001f37060b8dd586d06de7acceabf4f33 /audio/tap-plugins/Makefile | |
parent | 600e67b8b52f8b4dc726843934b3317d02be290a (diff) | |
download | pkgsrc-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/Makefile | 21 |
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" |