summaryrefslogtreecommitdiff
path: root/lang/egcs/Makefile
blob: e4cc4c3a05e08b707a426c7c1ae3b9002da63f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: Makefile,v 1.7 2003/07/17 21:44:13 grant Exp $
#

DISTNAME=		egcs-1.1.2
CATEGORIES=		lang
MASTER_SITES=		ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.1.2/

MAINTAINER=		tech-pkg@NetBSD.org
HOMEPAGE=		http://egcs.cygnus.com/index.html
COMMENT=		the experimental GNU compiler suite

GNU_CONFIGURE=		yes

ONLY_FOR_PLATFORM=	SunOS-*-*	# in NetBSD base system

PREFIX=			${LOCALBASE}/egcs

MAKE_ENV+=		CPPFLAGS=

ALL_TARGET=		bootstrap

INFO_FILES=		cpp.info g77.info gcc.info

.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"