summaryrefslogtreecommitdiff
path: root/audio/csound-manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound-manual/Makefile')
-rw-r--r--audio/csound-manual/Makefile47
1 files changed, 11 insertions, 36 deletions
diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile
index 6ea9ea53b4a..86a35bb6489 100644
--- a/audio/csound-manual/Makefile
+++ b/audio/csound-manual/Makefile
@@ -1,51 +1,26 @@
-# $NetBSD: Makefile,v 1.9 2003/07/22 05:14:43 martti Exp $
+# $NetBSD: Makefile,v 1.10 2003/09/10 09:06:41 wiz Exp $
#
-DISTNAME= csound-manual-4.10
-PKGREVISION= 1
+DISTNAME= manual-html-4.23
+PKGNAME= csound-manual-4.23
WRKSRC= ${WRKDIR}
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.csounds.com/manual/current/
-EXTRACT_SUFX= .zip
-DISTFILES= ascii.zip \
- espanol.zip \
- html.zip \
- manual1.zip \
- manual2.zip \
- spplmnt1.zip \
- spplmnt2.zip \
- spplmtxt.zip \
- toots.zip
+MASTER_SITES= ftp://ftp.cs.bath.ac.uk/pub/dream/documentation/manuals/ \
+ http://www.kevindumpscore.com/download/
MAINTAINER= collver1@comcast.net
-HOMEPAGE= http://www.csound.org/
-COMMENT= Manuals and examples for Csound
-
-LICENSE= csound-license
-RESTRICTED= "no for-fee-redistribution"
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-DIST_SUBDIR= csound-4.10
+HOMEPAGE= http://www.csounds.com/
+COMMENT= Csound Reference Manual
NO_BUILD= yes
-# default -a in options wreaks havoc on pdfs in the zips
-EXTRACT_CMD= unzip -Lq ${DOWNLOADED_DISTFILE}
do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/csound
- cd ${WRKSRC} && ${INSTALL_DATA} manual.txt spanish4.pdf manual.pdf \
- manual1.pdf manual2.pdf spplmnt.pdf spplmnt1.pdf spplmnt2.pdf \
- spplmnt.txt \
- ${PREFIX}/share/doc/csound
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/csound
- cd ${WRKSRC} && ${PAX} -rw appendix command control cscore durctl \
- gen midi misc pchcnv pgmctl preface qr score siggen sigio \
- sigmod spectral syntax utility valcnv zak *.htm *.gif \
- ${PREFIX}/share/doc/html/csound
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/csound
- cd ${WRKSRC} && ${INSTALL_DATA} hellorcb.aif toot* \
- ${PREFIX}/share/examples/csound
+ cd ${WRKSRC}/csound-4.23/manual && \
+ ${PAX} -rw * ${PREFIX}/share/doc/html/csound
cd ${FILESDIR} && ${INSTALL_DATA} rt-midi-input.* \
+ ${PREFIX}/share/doc/html/csound/examples
+ ${LN} -s ../../share/doc/html/csound/examples \
${PREFIX}/share/examples/csound
.include "../../mk/bsd.pkg.mk"