mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
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}/../gcc41
|
|
WITH_FORTRAN= yes
|
|
PKGNAMESUFFIX= -withfortran
|
|
|
|
MAINTAINER= gerald@FreeBSD.org
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
CONFLICTS= gcc-4.1.*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|