pkgsrc/textproc/xmlto/Makefile
drochner c01e115185 update to 0.0.25
changes:
- README file was improved to provide better guidance
    for users
- show the text-web-browser converting command in
  verbose mode for better debugging
- workaround passivetex limitation for chapters
  titles starting with L
- use passivetex/fop extensions by default, provide
  --noextensions option to disable them
- basic experimental support for conversion from docbook
  to epub
-bugfixes
2012-01-20 12:36:14 +00:00

35 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.20 2012/01/20 12:36:14 drochner Exp $
DISTNAME= xmlto-0.0.25
CATEGORIES= textproc
MASTER_SITES= https://fedorahosted.org/releases/x/m/xmlto/
EXTRACT_SUFX= .tar.bz2
FETCH_USING= curl
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://fedorahosted.org/xmlto/
COMMENT= Tool to help transform XML documents into other formats
LICENSE= gnu-gpl-v2
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
USE_TOOLS+= bash:run mktemp
GNU_CONFIGURE= yes
CONFIGURE_ENV+= GETOPT=${PREFIX}/bin/getopt
CONFIGURE_ENV+= BASH=${TOOLS_PATH.bash}
CONFIGURE_ENV+= GCP=${TOOLS_PATH.cp}
CONFIGURE_ENV+= TAIL=${TOOLS_PATH.tail}
MAKE_ENV+= SGML_CATALOG_FILES=${PREFIX}/share/xml/catalog
REPLACE_BASH+= xmlif/test/run-test
TEST_TARGET= check
INSTALLATION_DIRS= share/xmlto/format/docbook share/xmlto/format/fo
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"