freebsd-ports/devel/rtems-gcc/Makefile
James E. Housley 6602612e39 Minor update in where the files are fetched from. Maybe now
I will stop getting "Unfetchable distfiles" message for files that
do get fetched in the real-world (tm).  Suggested by sf, and changed.

Also update i386-rtems-g77/Makefile: s/F77/G77/g

Submitted by:	FUJISHIMA Satsuki <sf@FreeBSD.org>
2001-10-16 00:22:08 +00:00

22 lines
425 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.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= gcc/releases/${PORTNAME}-${PORTVERSION}
EXTRACT_ONLY= # Empty
MAINTAINER= jeh@FreeBSD.org
PKGNAMEPREFIX= rtems-
NO_BUILD= YES
NO_INSTALL= YES
.include <bsd.port.mk>