freebsd-ports/devel/rtems-gcc/Makefile
James E. Housley 98d4111463 This is port to fetch the gcc tarball for the *-rtems-(gcc|gcj|g77|objc)
ports.  These need both gcc and newlib fetched, and since they have
different master sites, this was the cleanest way.
2001-06-29 12:36:48 +00:00

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>