diff options
author | martti <martti@pkgsrc.org> | 2002-01-31 08:13:06 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-31 08:13:06 +0000 |
commit | 1196c0543185d6e30b1e9bb2c93857fe78e9fac3 (patch) | |
tree | 92b258ea0f5f4b4edc819d14d4b1048169f46e70 /textproc/gtk-doc/Makefile | |
parent | 57f6d0966f57d9886ff0e96ec36201ab2ce258d2 (diff) | |
download | pkgsrc-1196c0543185d6e30b1e9bb2c93857fe78e9fac3.tar.gz |
Added gtk-doc-0.8 (provided by Amitai Schlair in pkg/15071)
The GTK+ Reference Documentation Project (RDP) aims to provide a
complete set of reference material for the GLib, GDK, and GTK+
libraries.
It is created using the gtk-doc system, which parses C header files
and creates 'template' files which are then filled in by the authors.
These template files are then converted into DocBook SGML, and from
there to HTML or printed output.
Diffstat (limited to 'textproc/gtk-doc/Makefile')
-rw-r--r-- | textproc/gtk-doc/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile new file mode 100644 index 00000000000..14f2d046650 --- /dev/null +++ b/textproc/gtk-doc/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/31 08:13:06 martti Exp $ +# + +DISTNAME= gtk-doc-0.8 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.1/docs/rdp/ + +MAINTAINER= schmonz+netbsd@schmonz.com +HOMEPAGE= http://www.gtk.org/rdp/ +COMMENT= tools for authors of the GTK+ reference documentation + +DEPENDS+= dsssl-docbook-modular-[0-9]*:../../textproc/dsssl-docbook-modular +DEPENDS+= jade-[0-9]*:../../textproc/jade + +GNU_CONFIGURE= YES +USE_PERL5= YES + +.include "../../mk/bsd.pkg.mk" |