1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/lang/gfortran/Makefile
Gerald Pfeifer d93d129cdf Move lang/gfortran from using lang/gcc41 to lang/gcc42 as its master port.
The next step will be to abandon this port in favor of lang/gcc42.
2007-01-14 11:52:45 +00:00

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"