98d4111463
ports. These need both gcc and newlib fetched, and since they have different master sites, this was the cleanest way.
20 lines
359 B
Makefile
20 lines
359 B
Makefile
# New ports collection makefile for: i386-rtems-gcc
|
|
# Date created: 9 June 2000
|
|
# Whom: James Housley <jim@thehousleys.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gcc
|
|
PORTVERSION= 2.95.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= gcc
|
|
EXTRACT_ONLY= # Empty
|
|
|
|
MAINTAINER= jeh@FreeBSD.org
|
|
|
|
NO_BUILD= YES
|
|
NO_INSTALL= YES
|
|
|
|
.include <bsd.port.mk>
|