summaryrefslogtreecommitdiff
path: root/audio/csound-bath/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-03-23 02:22:59 +0000
committerwiz <wiz>2002-03-23 02:22:59 +0000
commit5ae94513df501ac91b63ac884c6eb236ce57b0f2 (patch)
tree9d91d9629ccdfceac2fadc6025fd29bbda8b76c6 /audio/csound-bath/Makefile
parent2efcce04ad645de52affbd5c8268a62079413f1d (diff)
downloadpkgsrc-5ae94513df501ac91b63ac884c6eb236ce57b0f2.tar.gz
Update to 4.18, provided by Ben Collver in pkg/14630.
Changes are unknown. Package changes: * the c-preprocessor should now correctly chose whether to build big-endian or little-endian specific code * added support for NetBSD native audio API
Diffstat (limited to 'audio/csound-bath/Makefile')
-rw-r--r--audio/csound-bath/Makefile22
1 files changed, 7 insertions, 15 deletions
diff --git a/audio/csound-bath/Makefile b/audio/csound-bath/Makefile
index 1c294f1de07..810c086d478 100644
--- a/audio/csound-bath/Makefile
+++ b/audio/csound-bath/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2002/03/12 22:30:10 jmc Exp $
+# $NetBSD: Makefile,v 1.5 2002/03/23 02:22:59 wiz Exp $
#
-DISTNAME= Csound4.12
-PKGNAME= csound-bath-4.12
+DISTNAME= Csound4.18
+PKGNAME= csound-bath-4.18
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.maths.bath.ac.uk/pub/dream/newest/
+MASTER_SITES= ftp://ftp.cs.bath.ac.uk/pub/dream/newest/
-MAINTAINER= collver@softhome.net
+MAINTAINER= collver@linuxfreemail.com
HOMEPAGE= http://www.csound.org
COMMENT= software synthesizer and sequencer
@@ -19,15 +19,7 @@ WRKSRC= ${WRKDIR}
DIST_SUBDIR= csound
CONFLICTS= csound-4*
-#pre-build:
-# ${CHMOD} -R 644 ${WRKDIR}
-
-#do-install:
-# ${INSTALL_DATA_DIR} ${PREFIX}/share/csound
-# ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/csound
-# ${INSTALL_DATA} ${WRKSRC}/csound.txt ${PREFIX}/share/csound/
-# for i in `${FIND} ${WRKDIR} -type f -perm 755`; do \
-# ${INSTALL_PROGRAM} $${i} ${PREFIX}/bin ; \
-# done
+pre-patch:
+ ${CP} ${FILESDIR}/rtNetBSD.c ${FILESDIR}/rtNetBSD.h ${WRKSRC}
.include "../../mk/bsd.pkg.mk"