mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
58f3a197bf
unreferred files and clean up[2] Submitted by: kris[1] and sf[1,2]
17 lines
328 B
Makefile
17 lines
328 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: egcs
|
|
# Date created: 9 Jan 1998
|
|
# Whom: John Polstra <jdp@polstra.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../gcc40/
|
|
PKGNAMESUFFIX= -withfortran
|
|
WITH_FORTRAN= yes
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
.include "${MASTERDIR}/Makefile"
|