mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
d93d129cdf
The next step will be to abandon this port in favor of lang/gcc42.
21 lines
367 B
Makefile
21 lines
367 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: egcs
|
|
# Date created: 9 Jan 1998
|
|
# Whom: John Polstra <jdp@polstra.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../gcc42
|
|
WITH_FORTRAN= yes
|
|
PKGNAMESUFFIX= -withfortran
|
|
|
|
MAINTAINER= gerald@FreeBSD.org
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
CONFLICTS= gcc-4.2.*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|