summaryrefslogtreecommitdiff
path: root/devel/doxygen/Makefile
diff options
context:
space:
mode:
authormartti <martti>2002-10-24 06:21:18 +0000
committermartti <martti>2002-10-24 06:21:18 +0000
commit6e6d8eea7822a411a176f76eb192ef02a54fc408 (patch)
tree840513b266d709d17d2185648b161048d24bb830 /devel/doxygen/Makefile
parent9b33d2c4a3e6d0c88ac604e9fddf21d2b5cbb8c2 (diff)
downloadpkgsrc-6e6d8eea7822a411a176f76eb192ef02a54fc408.tar.gz
Updated doxygen to 1.2.18 (changes unknown).
Diffstat (limited to 'devel/doxygen/Makefile')
-rw-r--r--devel/doxygen/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index b56b520b84b..fca64063726 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -1,28 +1,29 @@
-# $NetBSD: Makefile,v 1.6 2002/09/13 06:53:33 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2002/10/24 06:21:18 martti Exp $
-DISTNAME= doxygen-1.2.10.src
-PKGNAME= doxygen-1.2.10
-PKGREVISION= 2
+DISTNAME= doxygen-1.2.18.src
+PKGNAME= doxygen-1.2.18
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
+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} --prefix ${LOCALBASE}
+CONFIGURE_ARGS= --make ${GMAKE}
+CONFIGURE_ARGS+= --install ${INSTALL}
+CONFIGURE_ARGS+= --prefix ${LOCALBASE}
CONFIGURE_ARGS+= --docdir ${LOCALBASE}/share/doc
REPLACE_PERL= ${WRKSRC}/doc/translater.pl
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
post-install:
- cd ${WRKSRC}; ${GMAKE} install_docs
+ cd ${WRKSRC} && ${GMAKE} install_docs
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"