1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/devel/avr-binutils/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00

49 lines
1015 B
Makefile

# New ports collection makefile for: avr-gcc
# Date created: 30 Nov 2000
# Whom: Joerg Wunsch <joerg@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= binutils
PORTVERSION= 2.14
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= binutils/releases
PKGNAMEPREFIX= avr-
MAINTAINER= joerg@freebsd.org
COMMENT= GNU binutils for Atmel AVR 8-bit RISC cross-development
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}
USE_BZIP2= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --target=avr
USE_LIBTOOL_VER= 13
LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \
gas/configure gprof/configure intl/configure ld/configure \
libiberty/configure opcodes/configure
MAN1= \
avr-addr2line.1 \
avr-ar.1 \
avr-as.1 \
avr-c++filt.1 \
avr-dlltool.1 \
avr-ld.1 \
avr-nlmconv.1 \
avr-nm.1 \
avr-objcopy.1 \
avr-objdump.1 \
avr-ranlib.1 \
avr-readelf.1 \
avr-size.1 \
avr-strings.1 \
avr-strip.1 \
avr-windres.1
INFO= as binutils ld
.include <bsd.port.mk>