pkgsrc-wip/xmlformat-docs/Makefile
Thomas Klausner ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00

31 lines
995 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/11/02 18:00:32 thomasklausner Exp $
#
DISTNAME= xmlformat-${XMLFORMAT_VERSION}
PKGNAME= xmlformat-docs-${XMLFORMAT_VERSION}
CATEGORIES= textproc
MASTER_SITES= http://www.kitebird.com/software/xmlformat/
MAINTAINER= mishka@apk.od.ua
HOMEPAGE= http://www.kitebird.com/software/xmlformat/
COMMENT= Configurable XML formatter, documentation files
NO_BUILD= yes
PKG_INSTALLATION_TYPES= overwrite pkgviews
DESCR_SRC= ${.CURDIR}/DESCR.common ${.CURDIR}/DESCR
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmlformat
. for _dtype in xml html pdf
${INSTALL_DATA} ${WRKSRC}/docs/tutorial.${_dtype} \
${PREFIX}/share/doc/xmlformat
${INSTALL_DATA} ${WRKSRC}/docs/xmlformat.${_dtype} \
${PREFIX}/share/doc/xmlformat
. endfor
${INSTALL_DATA} ${WRKSRC}/docs/API ${PREFIX}/share/doc/xmlformat
${INSTALL_DATA} ${WRKSRC}/docs/xmlformat.conf \
${PREFIX}/share/doc/xmlformat
.include "../../wip/xmlformat-docs/version.mk"
.include "../../mk/bsd.pkg.mk"