pkgsrc/audio/csound5-manual/Makefile
joerg 3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00

29 lines
683 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:15 joerg Exp $
#
DISTNAME= Csound${CSOUND_VERSION}_manual_html
PKGNAME= csound5-manual-${CSOUND_VERSION}
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.csounds.com/
COMMENT= Csound5 Reference Manual
PKG_DESTDIR_SUPPORT= user-destdir
CSOUND_VERSION= 5.01
NO_BUILD= yes
WRKSRC= ${WRKDIR}/html
DIST_SUBDIR= ${PKGNAME_NOREV}
EXTRACT_OPTS_ZIP= -aqo
USE_TOOLS+= pax
INSTALLATION_DIRS+= share/doc/csound5
do-install:
cd ${WRKSRC} && pax -rw * ${DESTDIR}${PREFIX}/share/doc/csound5
.include "../../mk/bsd.pkg.mk"