diff options
author | agc <agc@pkgsrc.org> | 1999-04-07 10:36:29 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-04-07 10:36:29 +0000 |
commit | e13f1b3093a2d849deeec335c65121a9637748f6 (patch) | |
tree | 52619550cb93ba3413197fe5391723784ad0e5d4 /lang/egcs/Makefile | |
parent | 86c624dc7a72585a0cbcb3e68cd95aac34a2c05e (diff) | |
download | pkgsrc-e13f1b3093a2d849deeec335c65121a9637748f6.tar.gz |
Import of egcs-1.1.2, the the experimental GNU compiler suite, for use on
Solaris only (this package is part of the base NetBSD system).
Diffstat (limited to 'lang/egcs/Makefile')
-rw-r--r-- | lang/egcs/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile new file mode 100644 index 00000000000..c50146dfa08 --- /dev/null +++ b/lang/egcs/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/07 10:36:29 agc Exp $ +# + +DISTNAME= egcs-1.1.2 +CATEGORIES= lang +MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.1.2/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://egcs.cygnus.com/index.html + +GNU_CONFIGURE= yes + +NOT_FOR_OPSYS= NetBSD # In NetBSD base system + +PREFIX= ${LOCALBASE}/egcs + +MAKE_ENV+= CPPFLAGS= + +ALL_TARGET= bootstrap + +INFO_FILES= cpp.info g77.info gcc.info + +.include "../../mk/bsd.pkg.mk" |