diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-06-02 15:37:57 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-06-02 15:37:57 +0000 |
commit | 5d0048e5b4004f2466598ad1d316f8c9749ab4ce (patch) | |
tree | 80ae9395fd4fcb7c7f4ae36c61735100e63939d3 /devel/mipsel-linux-binutils/Makefile | |
parent | cb581e108f70aeeb4b53c153faf971da0a06bd5c (diff) | |
download | ports-5d0048e5b4004f2466598ad1d316f8c9749ab4ce.tar.gz ports-5d0048e5b4004f2466598ad1d316f8c9749ab4ce.zip |
Notes
Diffstat (limited to 'devel/mipsel-linux-binutils/Makefile')
-rw-r--r-- | devel/mipsel-linux-binutils/Makefile | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/devel/mipsel-linux-binutils/Makefile b/devel/mipsel-linux-binutils/Makefile deleted file mode 100644 index dd2767c0e955..000000000000 --- a/devel/mipsel-linux-binutils/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: mipsel-linux-binutils -# Date created: 13 June 2001 -# Whom: Lev Serebryakov <lev@serebryakov.spb.ru> -# -# $FreeBSD$ -# - -PORTNAME= binutils -PORTVERSION= 2.10.91 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= http://lev.serebryakov.spb.ru/download/agenda/ -PKGNAMEPREFIX= mipsel-linux- -DISTNAME= ${PORTNAME}-${PORTVERSION}-cvs - -MAINTAINER= lev@FreeBSD.org -COMMENT= GNU binutils for mipsel-linux cross-development with SNOW ABI - -DEPRECATED= This is Agenda VR3-specific port, and Agenda VR3 is dead for long time. -EXPIRATION_DATE=2007-05-20 - -WRKSRC= ${WRKDIR}/binutils-CVS/src - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} --with-gnu-ld --with-gnu-as \ - --with-gcc --without-x11 -MAN1= ${PKGNAMEPREFIX}ar.1 ${PKGNAMEPREFIX}nm.1 \ - ${PKGNAMEPREFIX}objdump.1 \ - ${PKGNAMEPREFIX}ranlib.1 ${PKGNAMEPREFIX}size.1 \ - ${PKGNAMEPREFIX}strings.1 ${PKGNAMEPREFIX}strip.1 \ - ${PKGNAMEPREFIX}objcopy.1 ${PKGNAMEPREFIX}addr2line.1 \ - ${PKGNAMEPREFIX}nlmconv.1 ${PKGNAMEPREFIX}c++filt.1 \ - ${PKGNAMEPREFIX}as.1 ${PKGNAMEPREFIX}ld.1 - -PLIST_SUB+= BINUTILS_TARG=${PKGNAMEPREFIX:S/-$//} - -BINARIES= addr2line ar as c++filt gasp ld nm objcopy objdump ranlib \ - readelf size strings strip - -post-install: -.for F in ${BINARIES} - @${STRIP_CMD} ${PREFIX}/bin/${PKGNAMEPREFIX}$F - @${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \ - ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F -.endfor - -.include <bsd.port.mk> |