aboutsummaryrefslogtreecommitdiffstats
path: root/audio/csound-manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound-manual/Makefile')
-rw-r--r--audio/csound-manual/Makefile52
1 files changed, 52 insertions, 0 deletions
diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile
new file mode 100644
index 000000000000..1af1c38e3c82
--- /dev/null
+++ b/audio/csound-manual/Makefile
@@ -0,0 +1,52 @@
+# New ports collection makefile for: csound-manual
+# Date created: 2000-10-11
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= csound-manual
+PORTVERSION= 4.07
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.csounds.com/manual/current/
+DISTFILES= ascii.zip \
+ espanol.zip \
+ html.zip \
+ manual1.zip \
+ manual2.zip \
+ spplmnt1.zip \
+ spplmnt2.zip \
+ spplmtxt.zip \
+ toots.zip \
+ update1.zip \
+ update2.zip
+DIST_SUBDIR= csound
+
+MAINTAINER= trevor@FreeBSD.org
+
+RUN_DEPENDS= csound:${PORTSDIR}/audio/csound
+
+RESTRICTED= "no redistribution; no commercial use except to make music (see http://mitpress.mit.edu/e-books/csound/fpage/FAQml/faq/faq.html#THE CSOUND COPYRIGHT ISSUES)"
+
+NO_BUILD= yes
+NO_MTREE= yes
+PREFIX= ${X11BASE}/share/doc/csound
+USE_ZIP= yes
+WRKSRC= ${WRKDIR}/manual
+EXTRACT_AFTER_ARGS= -d ${WRKSRC}
+
+pre-extract:
+ ${MKDIR} ${WRKSRC}
+
+pre-install:
+ ${RM} -f ${PLIST}
+ cd ${WRKDIR}/manual && find -s . -type f | cut -c3-999 >> ${PLIST} \
+ && find * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
+
+do-install:
+ cd ${WRKSRC} && pax -r -w * ${PREFIX}
+
+post-clean:
+ ${RM} -f ${PLIST}
+
+.include <bsd.port.mk>