pkgsrc/lang/egcs/Makefile
agc 46fb8db2a2 For packages that are in the NetBSD base system, but needed for
Solaris, narrow down the platforms, and use specific inclusion rather
than disclusion:  mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather
than NOT_FOR_PLATFORM=NetBSD-*-*.
1999-07-02 08:46:51 +00:00

23 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.3 1999/07/02 08:46:51 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
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/bsd.pkg.mk"