blob: 0daca112de7d96c296ec1305d84bd0aa3120776b (
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.6 2003/06/02 01:19:05 jschauma 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"
|