From a9ee499e6059a463ab5026bab12ca92e091725d9 Mon Sep 17 00:00:00 2001 From: ijliao Date: Thu, 30 May 2002 16:53:07 +0000 Subject: add cmt 1.12 The Computer Music Toolkit (CMT) is a collection of LADSPA plugins PR: 37970 Submitted by: Tilman Linneweh --- audio/cmt/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 audio/cmt/Makefile (limited to 'audio/cmt/Makefile') diff --git a/audio/cmt/Makefile b/audio/cmt/Makefile new file mode 100644 index 000000000000..217e7908e7fe --- /dev/null +++ b/audio/cmt/Makefile @@ -0,0 +1,42 @@ +# New ports collection Makefile for: cmt +# Date created: 11 May 2002 +# Whom: Tilman Linneweh ||g' + +.for i in ${WRKSRC}/analogue.cpp \ + ${WRKSRC}/canyondelay.cpp \ + ${WRKSRC}/lofi.cpp \ + ${WRKSRC}/phasemod.cpp \ + ${WRKSRC}/syndrum.cpp \ + ${WRKSRC}/vcf303.cpp + ${MV} ${WRKDIR}/$i ${WRKDIR}/$i.sed + ${SED} -e "s:malloc.h:stdlib.h:g" \ + ${WRKDIR}/$i.sed >${WRKDIR}/$i + ${RM} ${WRKDIR}/$i.sed +.endfor + +do-install: + @${INSTALL_DATA} ${WRKSRC}/../plugins/cmt.so ${LOCALBASE}/lib/ladspa/ + +.include -- cgit