pkgsrc-wip/qcad-manual-en/Makefile.common
Chapman Flack 7226e31c8c Update the 2.0.4.0 manuals to depend on qcad>=2.0.4.0 rather than exactly
2.0.4.0, as 2.0.5.0 came out without corresponding manuals. (Actually,
there's a set of English manual files embedded in the 2.0.5.0 source
tarball, but file-by-file comparison shows them MORE out of date than
2.0.4.0 - some old version that reappeared and got packaged by mistake.
Users are better off with the 2.0.4.0 manuals.)
2006-02-28 02:15:24 +00:00

21 lines
708 B
Makefile

# $NetBSD: Makefile.common,v 1.2 2006/02/28 02:15:24 jcflack 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:../../wip/qcad # wip should be cad
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"