2013-02-16 12:18:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.20 2013/02/16 11:24:40 wiz Exp $
|
Initial import of xml2doc-20030510 from pkgsrc-wip, author/packager
pancake <pancake at phreaker dot org>.
xml2doc is an xml files processor tool, that allows you to write
documents in a simple XML way and then output then in various
formats (pdf,html,txt,manpage,...). In first term is intended to
be a lightweight version of DocBook, but smaller (20KB against
100MB), faster, easy to learn, and very flexible.
2004-02-23 09:39:00 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xml2doc-20030510
|
2013-02-16 12:18:58 +01:00
|
|
|
PKGREVISION= 12
|
Initial import of xml2doc-20030510 from pkgsrc-wip, author/packager
pancake <pancake at phreaker dot org>.
xml2doc is an xml files processor tool, that allows you to write
documents in a simple XML way and then output then in various
formats (pdf,html,txt,manpage,...). In first term is intended to
be a lightweight version of DocBook, but smaller (20KB against
100MB), faster, easy to learn, and very flexible.
2004-02-23 09:39:00 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://xml2doc.sourceforge.net/src/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2010-07-06 12:17:11 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
Initial import of xml2doc-20030510 from pkgsrc-wip, author/packager
pancake <pancake at phreaker dot org>.
xml2doc is an xml files processor tool, that allows you to write
documents in a simple XML way and then output then in various
formats (pdf,html,txt,manpage,...). In first term is intended to
be a lightweight version of DocBook, but smaller (20KB against
100MB), faster, easy to learn, and very flexible.
2004-02-23 09:39:00 +01:00
|
|
|
HOMEPAGE= http://xml2doc.sourceforge.net/
|
|
|
|
COMMENT= Xml to document formats converter
|
|
|
|
|
2004-05-29 15:04:00 +02:00
|
|
|
WRKSRC= ${WRKDIR}/xml2doc
|
Initial import of xml2doc-20030510 from pkgsrc-wip, author/packager
pancake <pancake at phreaker dot org>.
xml2doc is an xml files processor tool, that allows you to write
documents in a simple XML way and then output then in various
formats (pdf,html,txt,manpage,...). In first term is intended to
be a lightweight version of DocBook, but smaller (20KB against
100MB), faster, easy to learn, and very flexible.
2004-02-23 09:39:00 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
Initial import of xml2doc-20030510 from pkgsrc-wip, author/packager
pancake <pancake at phreaker dot org>.
xml2doc is an xml files processor tool, that allows you to write
documents in a simple XML way and then output then in various
formats (pdf,html,txt,manpage,...). In first term is intended to
be a lightweight version of DocBook, but smaller (20KB against
100MB), faster, easy to learn, and very flexible.
2004-02-23 09:39:00 +01:00
|
|
|
|
2004-09-10 10:40:51 +02:00
|
|
|
CFLAGS+= -I${BUILDLINK_PREFIX.libxml2}/include/libxml2
|
|
|
|
CFLAGS+= -I${BUILDLINK_PREFIX.pdflib}/include
|
|
|
|
LDFLAGS+= -L${BUILDLINK_PREFIX.libxml2}/lib
|
|
|
|
LDFLAGS+= -L${BUILDLINK_PREFIX.pdflib}/lib
|
|
|
|
|
Initial import of xml2doc-20030510 from pkgsrc-wip, author/packager
pancake <pancake at phreaker dot org>.
xml2doc is an xml files processor tool, that allows you to write
documents in a simple XML way and then output then in various
formats (pdf,html,txt,manpage,...). In first term is intended to
be a lightweight version of DocBook, but smaller (20KB against
100MB), faster, easy to learn, and very flexible.
2004-02-23 09:39:00 +01:00
|
|
|
.include "../../print/pdflib/buildlink3.mk"
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|