pkgsrc/audio/csound5-manual/Makefile
ben c5708abc83 Override default pkgsrc unzip flags to get case-sensitive files, so that
links in the HTML documentation will work.  Correct PLIST and bump
pkgrevision.
2006-06-04 19:31:30 +00:00

25 lines
633 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/06/04 19:31:30 ben Exp $
#
DISTNAME= Csound${CSOUND_VERSION}_manual_html
PKGNAME= csound5-manual-${CSOUND_VERSION}
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/}
EXTRACT_SUFX= .zip
PKGREVISION= 1
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}
EXTRACT_OPTS_ZIP= -aqo
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/csound5
cd ${WRKSRC} && ${PAX} -rw * ${PREFIX}/share/doc/html/csound5
.include "../../mk/bsd.pkg.mk"