blob: 840e68d549e97a96ef7faf82c401c2fcfbc14b47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|