Merge from vendor branch TNF:
[pkgsrc.git] / cad / qcad-manual-en / Makefile.common
1 # $NetBSD: Makefile.common,v 1.2 2008/05/26 02:13:16 joerg Exp $
2 #
3
4 EXTRACT_SUFX=           .zip
5
6 # >=2.0.4.0 because no new manual release has been made yet to go with
7 # qcad-2.0.5.0.  Actually a set of English manual files can be found in
8 # the qcad-2.0.5.0 source package, but a file-by-file comparison shows them
9 # to be MORE out of date than 2.0.4.0, older versions that somehow mistakenly
10 # got included. A user is better off with the 2.0.4.0 manual.
11
12 DEPENDS+=               qcad>=2.0.4.0:../../cad/qcad
13
14 USE_TOOLS+=     pax
15
16 NO_CONFIGURE=           yes
17 NO_BUILD=               yes
18
19 INSTALLATION_DIRS=      share/qcad/doc
20
21 do-install:
22         cd ${WRKSRC} && umask 022 && pax -rwpm . ${DESTDIR}${PREFIX}/share/qcad/doc
23
24 .include "../../mk/bsd.pkg.mk"