Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / cross / avr-binutils / Makefile
blob10e842d447250504462f34c02c0d173c10e6554f
1 # $NetBSD: Makefile,v 1.17 2011/11/26 04:39:31 sbd Exp $
3 DISTNAME= binutils-2.19.1
4 PKGNAME= avr-binutils-2.19.1
5 PKGREVISION= 1
6 CATEGORIES= cross
7 MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
9 MAINTAINER= pkgsrc-users@NetBSD.org
10 COMMENT= GNU binutils for Atmel AVR 8-bit RISC microcontrollers
12 USE_BZIP2= yes
13 USE_TOOLS+= gmake makeinfo
14 GNU_CONFIGURE= yes
15 USE_PKGLOCALEDIR= yes
16 USE_GNU_CONFIGURE_HOST= no
18 CONFIGURE_ARGS+= --disable-werror --target=avr
20 # Prevent the need to run texi2pod.pl and pod2man hence
21 # the need for perl as build dependency.
22 post-configure:
23 cd ${WRKSRC}; \
24 for f in ld/ldver.texi ld/ld.1 gas/doc/gasver.texi \
25 gas/doc/as.1; do \
26 ${TOUCH} $${f}; \
27 done
29 .include "../../devel/zlib/buildlink3.mk"
30 .include "../../mk/bsd.pkg.mk"