diff options
Diffstat (limited to 'devel/arm-aout-binutils/Makefile')
-rw-r--r-- | devel/arm-aout-binutils/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/devel/arm-aout-binutils/Makefile b/devel/arm-aout-binutils/Makefile deleted file mode 100644 index ab1cd1df9663..000000000000 --- a/devel/arm-aout-binutils/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# 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= binutils -PORTVERSION= 2.12.1 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -MASTER_SITE_SUBDIR= binutils/releases -PKGNAMEPREFIX= arm-aout- - -MAINTAINER= pbecke@javagear.com -COMMENT= FSF Binutils for embedded ARM cross-development - -BROKEN= Incomplete pkg-plist -EXPIRATION_DATE=2005-02-18 -DEPRECATED= ${BROKEN} - -USE_BZIP2= yes -USE_GMAKE= yes -CONFIGURE_ARGS= --target=arm-aout -USE_INC_LIBTOOL_VER= 13 -LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \ - gas/configure gprof/configure intl/configure ld/configure \ - libiberty/configure opcodes/configure -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> |