diff options
Diffstat (limited to 'audio/csound/Makefile')
-rw-r--r-- | audio/csound/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 1b38ae714b4..86f9d9f0981 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2002/03/12 22:31:44 jmc Exp $ +# $NetBSD: Makefile,v 1.7 2002/03/23 02:36:45 wiz Exp $ # -DISTNAME= unofficial-csound-4.12.0.1b-linux.src -PKGNAME= csound-4.12 +DISTNAME= unofficial-csound-4.13.0.2a-linux.src +PKGNAME= csound-4.13.0.2a CATEGORIES= audio MASTER_SITES= ftp://mustec.bgsu.edu/pub/linux/ -MAINTAINER= collver@softhome.net +MAINTAINER= collver@linuxfreemail.com HOMEPAGE= http://www.csound.org COMMENT= software synthesizer and sequencer @@ -18,7 +18,10 @@ NO_BIN_ON_CDROM= ${RESTRICTED} DIST_SUBDIR= csound USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-x --enable-OSS-RTAUDIO +CONFIGURE_ARGS+= --without-x --enable-rtaudio=netbsd CONFLICTS= csound-bath* +pre-configure: + ${CP} ${FILESDIR}/rtNetBSD.h ${FILESDIR}/rtNetBSD.c ${WRKSRC}/new-src/ + .include "../../mk/bsd.pkg.mk" |