pkgsrc/devel/doxygen/Makefile
adam 7e382d6792 Changes 1.3.9.1:
* Bug fixes
* Due to an error in the packaging script, an old version
  of doxywizard was bundled with the Mac OS X version of doxygen.
* Dot would not run if doxygen was installed in a path which
  contained spaces (Mac OS X).

Changes 1.3.9:
* Changed the stylesheet so font usage is more uniform and consistent.
* Changed the colors of the doxygen logo at the bottom of a HTML page.
  Let me know if you prefer this one or the old one.
* Improved rendering of template functions and methods in the HTML output.
* A macro defined in the config file (see PREDEFINED) can now prevented from
  being undefined (via a #undef in the code) when its value is assigned via
  the := operator (e.g. PREDEFINED = A(x):=x ).
* Changed the way function pointer arguments are represented in the detailed
  description.
* Directory information is now extracted by doxygen. Files are automatically
  grouped by directory. You can use the SHOW_DIRECTORIES option to
  enable/disable this feature.
* Added a new command \dir which can be used to document directories.
* Language updates for Czech, Swedish, Hungarian, Danish, Russian, Italian,
  German, Chinese, Croatian, and Polish.
* Applied a patch by Arend van Beelen which adds support for the new features
  introduced in PHP5.
* Applied a patch by Ferdinand Wess for better handling of #import statements
  in Obj-C code.
2004-11-09 14:31:51 +00:00

39 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.26 2004/11/09 14:31:51 adam Exp $
DISTNAME= doxygen-1.3.9.1.src
PKGNAME= doxygen-1.3.9.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.doxygen.org/
COMMENT= Documentation system for C++, Java, IDL and C
DEPENDS+= teTeX-[0-9]*:../../print/teTeX
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
USE_PERL5= yes
USE_BUILDLINK3= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --make ${GMAKE}
CONFIGURE_ARGS+= --perl ${PERL5}
CONFIGURE_ARGS+= --install ${INSTALL}
CONFIGURE_ARGS+= --dot ${PREFIX}/bin/dot
CONFIGURE_ARGS+= --prefix ${PREFIX}
CONFIGURE_ARGS+= --docdir ${PREFIX}/share/doc
MAKE_ENV+= PKGSRC_CFLAGS="${CFLAGS}"
SUBST_CLASSES+= pybin
SUBST_STAGE.pybin= pre-configure
SUBST_FILES.pybin= doc/Makefile.in
SUBST_SED.pybin= -e "s|@PYTHONBIN@|${PYTHONBIN}|g"
post-install:
cd ${WRKSRC} && ${GMAKE} install_docs
.include "../../graphics/graphviz/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"