summaryrefslogtreecommitdiff
path: root/cad/qcad-manual-en/Makefile.common
blob: 0fc2ce55f74b032ce9c2cda4e3605fa1fbfc224a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile.common,v 1.1 2006/06/15 08:41:13 chap Exp $
#

EXTRACT_SUFX=		.zip

# >=2.0.4.0 because no new manual release has been made yet to go with
# qcad-2.0.5.0.  Actually a set of English manual files can be found in
# the qcad-2.0.5.0 source package, but a file-by-file comparison shows them
# to be MORE out of date than 2.0.4.0, older versions that somehow mistakenly
# got included. A user is better off with the 2.0.4.0 manual.

DEPENDS+=		qcad>=2.0.4.0:../../cad/qcad

NO_CONFIGURE=		yes
NO_BUILD=		yes

do-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/qcad/doc
	cd ${WRKSRC} && umask 022 && ${PAX} -rwpm . ${PREFIX}/share/qcad/doc

.include "../../mk/bsd.pkg.mk"