diff options
Diffstat (limited to 'audio/csound5-manual/Makefile')
-rw-r--r-- | audio/csound5-manual/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/csound5-manual/Makefile b/audio/csound5-manual/Makefile new file mode 100644 index 00000000000..dc12b3e7f92 --- /dev/null +++ b/audio/csound5-manual/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/21 22:51:05 ben Exp $ +# + +DISTNAME= Csound${CSOUND_VERSION}_manual_html +PKGNAME= csound5-manual-${CSOUND_VERSION} +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/} +EXTRACT_SUFX= .zip + +MAINTAINER= ben@NetBSD.org +HOMEPAGE= http://www.csounds.com/ +COMMENT= Csound5 Reference Manual + +CSOUND_VERSION= 5.01 +NO_BUILD= yes +WRKSRC= ${WRKDIR}/html +DIST_SUBDIR= ${PKGNAME_NOREV} + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/csound5 + cd ${WRKSRC} && ${PAX} -rw * ${PREFIX}/share/doc/html/csound5 + +.include "../../mk/bsd.pkg.mk" |