pkgsrc/textproc/xmlto/Makefile
wiz 54b1a36c8c Update to 0.0.21:
0.0.21 (stable)
  added experimental support for dblatex(needs installed
  dblatex package)
  fixed issue with cp -a option on non-gnu systems
  non-mandatory support for libpaper

0.0.20 (stable)
  added experimental fop support(needs installed fop package)
  possibility to read a stylesheet from STDIN
  some small fixes/changes in docbook formats and xmlto script

0.0.19 (stable)
	added supported for basename with spaces, stringparam
  option for passing argument to stylesheet, bash no
  longer hardcoded, added option for not cleaning temp
  files for diagnostics.
2008-11-10 23:01:38 +00:00

30 lines
912 B
Makefile

# $NetBSD: Makefile,v 1.14 2008/11/10 23:01:38 wiz Exp $
#
DISTNAME= xmlto-0.0.21
CATEGORIES= textproc
MASTER_SITES= # ftp(1) doesn't speak https: https://fedorahosted.org/xmlto/browser
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://fedorahosted.org/xmlto/
COMMENT= Tool to help transform XML documents into other formats
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= getopt-[0-9]*:../../misc/getopt
DEPENDS+= docbook-xsl>=1.67.0nb1:../../textproc/docbook-xsl
DEPENDS+= libxml2>=2.6.2:../../textproc/libxml2
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
MAKE_ENV+= SGML_CATALOG_FILES=${PREFIX:Q}/share/xml/catalog
CONFIGURE_ARGS+= --with-getopt=${PREFIX:Q}/bin/getopt
REPLACE_BASH+= xmlto.in
USE_TOOLS+= bash:run mktemp
INSTALLATION_DIRS= share/xmlto/format/docbook share/xmlto/format/fo
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"