diff options
-rw-r--r-- | devel/doxygen/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 4bdcdaa057b..e087b510a80 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2005/05/31 18:38:27 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2005/06/07 14:14:48 markd Exp $ DISTNAME= doxygen-1.4.3.src PKGNAME= doxygen-1.4.3 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ @@ -12,7 +13,7 @@ COMMENT= Documentation system for C++, Java, IDL and C DEPENDS+= teTeX-[0-9]*:../../print/teTeX WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake perl flex USE_LANGUAGES= c c++ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --make ${GMAKE} @@ -28,6 +29,9 @@ SUBST_STAGE.pybin= pre-configure SUBST_FILES.pybin= doc/Makefile.in SUBST_SED.pybin= -e "s|@PYTHONBIN@|${PYTHONBIN}|g" +post-patch: + ${TOUCH} ${WRKSRC}/src/doxytag.l + post-install: cd ${WRKSRC} && ${GMAKE} install_docs |