pkgsrc/devel/doxygen/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00

27 lines
689 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/03/13 17:36:48 fredb Exp $
DISTNAME= doxygen-1.2.10.src
PKGNAME= doxygen-1.2.10
PKGREVISION= 1
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
DEPENDS+= ghostscript>=0.0:../../print/ghostscript
USE_GMAKE= yes
USE_PERL5= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --make ${GMAKE} --prefix ${LOCALBASE}
CONFIGURE_ARGS+= --docdir ${LOCALBASE}/share/doc
WRKSRC= ${WRKDIR}/${PKGNAME}
post-install:
cd ${WRKSRC}; ${GMAKE} install_docs
.include "../../mk/bsd.pkg.mk"