pkgsrc/devel/doxygen/Makefile
martti 197ae29fda Updated doxygen to 1.3
* translation updates
* lots of bug fixes
2003-05-09 08:02:44 +00:00

28 lines
747 B
Makefile

# $NetBSD: Makefile,v 1.10 2003/05/09 08:02:44 martti Exp $
DISTNAME= doxygen-1.3.src
PKGNAME= doxygen-1.3
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= devel
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/
MAINTAINER= groo@netbsd.org
HOMEPAGE= http://www.doxygen.org/
COMMENT= Documentation system for C++, Java, IDL and C
DEPENDS+= teTeX>=0.0:../../print/teTeX
USE_GMAKE= yes
USE_PERL5= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --make ${GMAKE}
CONFIGURE_ARGS+= --install ${INSTALL}
CONFIGURE_ARGS+= --prefix ${LOCALBASE}
CONFIGURE_ARGS+= --docdir ${LOCALBASE}/share/doc
REPLACE_PERL= doc/translater.pl
post-install:
cd ${WRKSRC} && ${GMAKE} install_docs
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"