aboutsummaryrefslogtreecommitdiffstats
path: root/devel/arm-aout-binutils/Makefile
blob: 03522a617fe0d60870cc8cea0b52b27912c651b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ex:ts=8
# New ports collection makefile for:    armbinutils-2.9.1
# Date created:     2 june 2000
# Whom:         Paul Becke <pbecke@javagear.com>
#
# $FreeBSD$
#

PORTNAME=   arm-aout-binutils
PORTVERSION=    2.9.1
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= binutils
DISTNAME=   binutils-2.9.1

MAINTAINER= pbecke@javagear.com

USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --target=arm-aout
MAN1=   arm-aout-addr2line.1 arm-aout-ar.1 arm-aout-as.1    \
    arm-aout-c++filt.1 arm-aout-ld.1 arm-aout-nlmconv.1 \
    arm-aout-nm.1 arm-aout-objcopy.1 arm-aout-objdump.1 \
    arm-aout-ranlib.1 arm-aout-size.1 arm-aout-strings.1    \
    arm-aout-strip.1

.include <bsd.port.mk>