[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / cross / avr-binutils

File: [cvs.NetBSD.org] / pkgsrc / cross / avr-binutils / Makefile (download)

Revision 1.3, Sat Aug 9 10:36:58 2003 UTC (20 years, 8 months ago) by seb
Branch: MAIN
Changes since 1.2: +1 -2 lines

USE_NEW_TEXINFO is unnecessary now.

# $NetBSD: Makefile,v 1.3 2003/08/09 10:36:58 seb Exp $
# FreeBSD Id: ports/devel/avr-binutils/Makefile,v 1.9 2003/03/07 06:00:08 ade Exp

DISTNAME=		binutils-2.13.2.1
PKGNAME=		avr-binutils-2.13.2.1
CATEGORIES=		cross
MASTER_SITES=		${MASTER_SITE_SOURCEWARE:=binutils/releases/}

MAINTAINER=		karlj@mdstud.chalmers.se
COMMENT=		GNU binutils for Atmel AVR 8-bit RISC microcontrollers

USE_BZIP2=		yes
USE_BUILDLINK2=		yes
USE_GMAKE=		yes
GNU_CONFIGURE=		yes
USE_PKGLOCALEDIR=	yes
USE_MAKEINFO=		YES

CONFIGURE_ARGS=		--target=avr

INFO_FILES=		as.info binutils.info ld.info

# Prevent the need to run texi2pod.pl and pod2man hence
# the need for perl as build dependency.
post-configure:
	cd ${WRKSRC};						\
	for f in ld/ldver.texi ld/ld.1 gas/doc/gasver.texi	\
	  gas/doc/as.1; do					\
		${TOUCH} $${f};					\
	done

.include "../../mk/bsd.pkg.mk"