pkgsrc/textproc/xml2doc/Makefile
xtraeme b4c00c20bf 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 08:39:00 +00:00

21 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/02/23 08:39:00 xtraeme Exp $
#
DISTNAME= xml2doc-20030510
WRKSRC= ${WRKDIR}/xml2doc
CATEGORIES= textproc
MASTER_SITES= http://xml2doc.sourceforge.net/src/
EXTRACT_SUFX= .tgz
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://xml2doc.sourceforge.net/
COMMENT= Xml to document formats converter
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
.include "../../print/pdflib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"