# 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 d>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-091-0/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* games/gtypist: Support ports-bases ncursesmarino2016-11-211-5/+10
| | | | | | | | | | This software must be ancient because it expects the required wide ncurses headers to be only at <ncursesw/ncurses.h>. The previous workaround symlinked the base headers to the work directory. Instead, fix the 5 source files via sed and bypass the conftest. Approved by: ncurses blanket
* games/gtypist: document ncurses requirement (USES+=ncurses)marino2016-02-051-1/+1
| | | | approved by: infrastructure blanket
* MASTER_SITES cleanup.mat2015-05-14