diff --git a/audio/Makefile b/audio/Makefile index 133e92f22b58..59d83abd8865 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -30,6 +30,7 @@ SUBDIR += cheesetracker SUBDIR += chordpack SUBDIR += cmp3 + SUBDIR += cmt SUBDIR += cplay SUBDIR += csound SUBDIR += csound-manual 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 diff --git a/audio/cmt/distinfo b/audio/cmt/distinfo new file mode 100644 index 000000000000..c7871c314a21 --- /dev/null +++ b/audio/cmt/distinfo @@ -0,0 +1 @@ +MD5 (cmt_src.tgz) = 21c6cbf2a755f9c8a6470b395e9a2792 diff --git a/audio/cmt/files/patch-makefile b/audio/cmt/files/patch-makefile new file mode 100644 index 000000000000..6a7f997c68a9 --- /dev/null +++ b/audio/cmt/files/patch-makefile @@ -0,0 +1,22 @@ +--- makefile.orig Tue Sep 18 00:15:28 2001 ++++ makefile Sun May 12 00:46:39 2002 +@@ -12,9 +12,7 @@ + # GENERAL + # + +-INCLUDES = -I/usr/local/include/ +-CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC +-CXXFLAGS = $(CFLAGS) ++CXXFLAGS += -I/usr/local/include/ + PLUGIN_LIB = ../plugins/cmt.so + + ############################################################################### +@@ -61,7 +59,7 @@ + targets: $(PLUGIN_LIB) + + $(PLUGIN_LIB): $(PLUGIN_OBJECTS) +- $(CXX) -shared \ ++ $(CXX) ${CXXFLAGS} -shared \ + -o $(PLUGIN_LIB) \ + $(PLUGIN_OBJECTS) + diff --git a/audio/cmt/pkg-comment b/audio/cmt/pkg-comment new file mode 100644 index 000000000000..1fdcbb46d2bb --- /dev/null +++ b/audio/cmt/pkg-comment @@ -0,0 +1 @@ +The Computer Music Toolkit (CMT) is a collection of LADSPA plugins diff --git a/audio/cmt/pkg-descr b/audio/cmt/pkg-descr new file mode 100644 index 000000000000..dc15c25dafe8 --- /dev/null +++ b/audio/cmt/pkg-descr @@ -0,0 +1,8 @@ +The Computer Music Toolkit (CMT) is a collection of LADSPA plugins for +use with software synthesis and recording packages + +Author: Richard W.E. Furseb +WWW: http://www.ladspa.org/cmt + +- Tilman Linneweh +freebsdports@arved.de diff --git a/audio/cmt/pkg-plist b/audio/cmt/pkg-plist new file mode 100644 index 000000000000..b6005eda1fb9 --- /dev/null +++ b/audio/cmt/pkg-plist @@ -0,0 +1 @@ +lib/ladspa/cmt.so