2000-12-05 16:17:47 +01:00
|
|
|
# New ports collection makefile for: avr-gcc
|
|
|
|
# Date created: 30 Nov 2000
|
|
|
|
# Whom: Joerg Wunsch <joerg@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= binutils
|
2004-06-20 21:47:22 +02:00
|
|
|
PORTVERSION= 2.15
|
2005-03-10 22:11:07 +01:00
|
|
|
PORTREVISION= 2
|
2000-12-05 16:17:47 +01:00
|
|
|
CATEGORIES= devel
|
2003-01-08 22:55:20 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
|
|
|
MASTER_SITE_SUBDIR= binutils/releases
|
2000-12-05 16:17:47 +01:00
|
|
|
PKGNAMEPREFIX= avr-
|
|
|
|
|
|
|
|
MAINTAINER= joerg@freebsd.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= GNU binutils for Atmel AVR 8-bit RISC cross-development
|
2000-12-05 16:17:47 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ARGS= --target=avr
|
2005-04-11 10:04:41 +02:00
|
|
|
.if (${ARCH} == "amd64")
|
|
|
|
ARCH= x86_64
|
2004-05-14 21:52:13 +02:00
|
|
|
.endif
|
2004-07-09 19:43:11 +02:00
|
|
|
USE_INC_LIBTOOL_VER= 13
|
2001-04-20 15:49:17 +02:00
|
|
|
LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \
|
|
|
|
gas/configure gprof/configure intl/configure ld/configure \
|
|
|
|
libiberty/configure opcodes/configure
|
2000-12-05 16:17:47 +01:00
|
|
|
|
|
|
|
MAN1= \
|
|
|
|
avr-addr2line.1 \
|
|
|
|
avr-ar.1 \
|
|
|
|
avr-as.1 \
|
|
|
|
avr-c++filt.1 \
|
2002-07-03 21:18:16 +02:00
|
|
|
avr-dlltool.1 \
|
2000-12-05 16:17:47 +01:00
|
|
|
avr-ld.1 \
|
|
|
|
avr-nlmconv.1 \
|
|
|
|
avr-nm.1 \
|
|
|
|
avr-objcopy.1 \
|
|
|
|
avr-objdump.1 \
|
|
|
|
avr-ranlib.1 \
|
2002-07-03 21:18:16 +02:00
|
|
|
avr-readelf.1 \
|
2000-12-05 16:17:47 +01:00
|
|
|
avr-size.1 \
|
|
|
|
avr-strings.1 \
|
2002-07-03 21:18:16 +02:00
|
|
|
avr-strip.1 \
|
|
|
|
avr-windres.1
|
2003-08-16 11:30:28 +02:00
|
|
|
INFO= as binutils ld
|
2000-12-05 16:17:47 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|