5dace9b722
Update PLIST and distinfo to reflect changes.
28 lines
790 B
Makefile
28 lines
790 B
Makefile
# $NetBSD: Makefile,v 1.16 2004/06/28 13:21:48 ben Exp $
|
|
#
|
|
|
|
DISTNAME= manual-html-4.23
|
|
PKGNAME= csound-manual-4.23
|
|
PKGREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.cs.bath.ac.uk/pub/dream/documentation/manuals/ \
|
|
http://www.kevindumpscore.com/download/
|
|
|
|
MAINTAINER= ben@NetBSD.org
|
|
HOMEPAGE= http://www.csounds.com/
|
|
COMMENT= Csound Reference Manual
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}
|
|
DIST_SUBDIR= ${PKGNAME}
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/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"
|