freebsd-ports/devel/m6811-gcc/Makefile
Eric L. Hernes b854fb33f6 remove MASTER_SITE_GNU from the sitelist, since it's not there.
It appears that this is not going to be updated to anything newer
than 2.6.3, so if it causes any (more) problems, it's history...

Requested by:	Bill Fenner
1997-07-14 22:21:02 +00:00

32 lines
860 B
Makefile

# New ports collection makefile for: gcc11
# Version required: 2.6.3
# Date created: Thu Sep 14 11:10:01 CDT 1995
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.4 1996/11/18 10:22:31 asami Exp $
#
DISTNAME= gcc11
PKGNAME= gcc11-2.6.3
CATEGORIES= devel
MASTER_SITES= ftp://nyquist.ee.ualberta.ca/pub/motorola/68hc11/gcc/
DISTFILES= gcc-6811-fsf.tar.gz gcc-2.6.3.tar.gz
MAINTAINER= erich@FreeBSD.ORG
NO_WRKSUBDIR= yes
post-extract:
tar -C ${WRKSRC}/gcc-6811-release/gcc -cf - config | \
tar -C ${WRKSRC}/gcc-2.6.3 -xvf -
pre-configure:
cd ${WRKSRC}/gcc-2.6.3; ./configure -host=i386-unknown-freebsd2.0.5 \
--target=m6811-local --prefix=${PREFIX}
post-install:
cd ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3; strip cc1 cpp
cd ${PREFIX}/bin; strip m6811-local-gcc as6800 asz80 as6811 \
as6809 as6805 as6804 asi85 aslink
.include <bsd.port.mk>