f98b046287
GTK-Doc 1.10 (Mar 20 2008) ============ Changes o 460753 : enable vpath build in gtkdoc-mkhtml o 503119 : Add dependency on content_files to SGML target o 127049 : building reference documentation fails when builddir != s... o 481811 : Inline function bodies are confused with declarations o 448879 : Use a footer when generating HTML documentation o 492005 : Deprecation guard warnings for properties and signals o 498521 : Inconsistent compiler flags passed in gtk-doc.make o 365913 : gtk-doc output is not predictable o 446648 : gtk-doc does not handle forward typedef'd enums o 468278 : Display proper types for properties o 497367 : don't use US-ASCII for output encoding o 501066 : Missing quotes around gtkdoc-rebase check cause a warning o 508897 : [PATCH] Fix build when gtk-doc is not installed o 509539 : Building documentation aborts when no .types file is present o 512154 : Struct member type attributes are limited to one token o 513318 : gtk-doc.el doesn't work fine with emacs22 Contributors Benjamin Otte Carlos Garnacho Damon Chaplin David Nečas Frederic Peters Joe Marcus Clarke Kouhei Sutou Loïc Minier Mathias Hasselmann Petteri Räty Rouslan Solomakhin Stefan Kost Sven Herzberg Yeti
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.30 2008/04/24 21:32:01 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gtk-doc-1.10
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.10/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gtk.org/gtk-doc/
|
|
COMMENT= Tools for authors of the GTK+ reference documentation
|
|
|
|
DEPENDS+= docbook-xml>=4.4nb1:../../textproc/docbook-xml
|
|
DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl
|
|
|
|
GNU_CONFIGURE= YES
|
|
PKGCONFIG_OVERRIDE= gtk-doc.pc.in
|
|
CONFIGURE_ARGS+= --with-xml-catalog=${XML_DEFAULT_CATALOG:Q}
|
|
USE_DIRS+= gnome2-1.6
|
|
USE_TOOLS+= perl:run
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gtkdoc
|
|
PKG_SUPPORTED_OPTIONS= sgml
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Msgml)
|
|
DEPENDS+= dsssl-docbook-modular-[0-9]*:../../textproc/dsssl-docbook-modular
|
|
SGML_CATALOGS= ${PREFIX}/share/sgml/gtk-doc/gtk-doc.cat
|
|
.include "../../textproc/jade/buildlink3.mk"
|
|
.endif
|
|
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../textproc/xmlcatmgr/catalogs.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|