summaryrefslogtreecommitdiff
path: root/cross/avr-libc/Makefile
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2012-08-18 15:13:51 +0000
committerdsainty <dsainty@pkgsrc.org>2012-08-18 15:13:51 +0000
commit92e7b1c87a2f532ee4fc570e8eaad780002a0c0a (patch)
treed4f58df0c9ebc8194e7b4ea889886cf9a3077c89 /cross/avr-libc/Makefile
parentf5944a1e9a21407f0127f39d6d980eb87f43ca3f (diff)
downloadpkgsrc-92e7b1c87a2f532ee4fc570e8eaad780002a0c0a.tar.gz
Fix PLIST for changes in doxygen output. Bump doxygen dependency.
Doxygen produces man pages for the build directories too, which we really don't want to install, so patch them out.
Diffstat (limited to 'cross/avr-libc/Makefile')
-rw-r--r--cross/avr-libc/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile
index 30f86bdb52a..089fbbcf4b2 100644
--- a/cross/avr-libc/Makefile
+++ b/cross/avr-libc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/08/18 14:46:26 dsainty Exp $
+# $NetBSD: Makefile,v 1.20 2012/08/18 15:13:51 dsainty Exp $
DISTNAME= avr-libc-1.6.7
PKGREVISION= 1
@@ -15,11 +15,11 @@ PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils
BUILD_DEPENDS+= avr-gcc-[0-9]*:../../cross/avr-gcc
-BUILD_DEPENDS+= doxygen>=1.6.3nb1:../../devel/doxygen
+BUILD_DEPENDS+= doxygen>=1.8.1.1nb1:../../devel/doxygen
BUILD_DEPENDS+= transfig-[0-9]*:../../print/transfig
BUILD_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
-USE_TOOLS+= gmake
+USE_TOOLS+= aclocal autoconf autoheader automake gmake
USE_TOOLS+= perl
GNU_CONFIGURE= yes
USE_GNU_CONFIGURE_HOST= no
@@ -31,6 +31,10 @@ CONFIGURE_ARGS+= --build=${MACHINE_GNU_PLATFORM:Q} --host=avr
CONFIGURE_ARGS+= --enable-doc
CONFIGURE_ARGS+= --disable-versioned-doc
+pre-configure:
+ set -e; cd ${WRKSRC}; \
+ aclocal; autoheader; automake -a --foreign -i; autoconf
+
post-build:
cd ${WRKSRC}/doc/examples/demo && ${GMAKE}
cd ${WRKSRC}/doc/examples/demo && ${GMAKE} dox