6602612e39
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>
23 lines
425 B
Makefile
23 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>
|