head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.1.1.1
	ratfor_1985_06:1.1.1.1
	ratfor_1985_06_import:1.1.1.1
	OBRIEN:1.1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.05.58.55;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.09.08.07.45.10;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2011.11.11.02.50.42;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2009.09.13.00.07.46;	author gerald;	state Exp;
branches;
next	1.7;

1.7
date	2009.01.22.09.02.25;	author gerald;	state Exp;
branches;
next	1.6;

1.6
date	2007.01.13.09.17.13;	author maho;	state Exp;
branches;
next	1.5;

1.5
date	2003.03.07.06.05.36;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2001.02.21.20.47.33;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2001.01.16.17.31.14;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2000.11.03.10.21.49;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2000.08.27.06.16.37;	author obrien;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.08.27.06.16.37;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:  ratfor
# Date created:			  Sat Aug 26, 2000
# Whom:				  David O'Brien (obrien@@NUXI.com)
#
# $FreeBSD: head/lang/ratfor/Makefile 303876 2012-09-08 07:45:10Z linimon $
#

PORTNAME=	ratfor
PORTVERSION=	1985.06
PORTREVISION=	2
CATEGORIES=	lang
MASTER_SITES=	ftp://sepftp.stanford.edu/pub/sep-distr/  \
		${MASTER_SITE_LOCAL}  \
		http://sepwww.stanford.edu/sep/prof/
MASTER_SITE_SUBDIR=	obrien
DISTFILES=	ratfor.shar.2 local.ratfor77.shar

MAINTAINER=	obrien@@FreeBSD.org
COMMENT=	Ratfor -- the Rational FORTRAN compiler

NO_WRKSUBDIR=	yes
EXTRACT_CMD=	${CAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=	| ${SH}
ALL_TARGET=	all tests
MAN1=		ratfor.1

USE_FORTRAN=	yes

post-patch:
	@@cd ${WRKSRC} ; ${PATCH} --quiet < testw.patch
	@@${REINPLACE_CMD} -e 's|%%F77%%|${F77}|' ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ratfor77 ${PREFIX}/bin
	cd ${PREFIX}/bin ; ${LN} -sf ratfor77 ratfor
	${INSTALL_MAN} ${WRKSRC}/ratfor.1 ${PREFIX}/man/man1

.include <bsd.port.pre.mk>

.if ${ARCH} == "powerpc"
BROKEN=		Does not compile on powerpc
.endif

.include <bsd.port.post.mk>
@


1.10
log
@SVN rev 303876 on 2012-09-08 07:45:10Z by linimon

Also broken on powerpc-8.

Hat:		portmgr
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.9
log
@Mark as broken on powerpc-9: fails to compile.

Hat:		portmgr
Feature safe:	yes
@
text
@d42 2
a43 2
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
BROKEN=		Does not compile on powerpc-9
@


1.8
log
@Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
@
text
@d40 7
a46 1
.include <bsd.port.mk>
@


1.7
log
@Use USE_FORTRAN.

Approved by:	obrien (maintainer)
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.6
log
@* Migrate to gfortran.
* Bump port revision.

Approved by:	portmgr(kris)
@
text
@d29 1
a29 3
WANT_FORTRAN=yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
F77=		gfortran42
@


1.5
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d11 1
d29 4
d35 1
@


1.4
log
@Put back my editor hints that were removed w/o permission.
Note these are *FULLY* Satoshi approved for the past 4 years.
GC some commented out cruft.
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/ratfor/Makefile,v 1.3 2001/01/16 17:31:14 sobomax Exp $
d19 1
@


1.3
log
@Massive style enforcement - use ^I instead of spaces for variables identation.
@
text
@d1 1
d6 1
a6 1
# $FreeBSD: ports/lang/ratfor/Makefile,v 1.2 2000/11/03 10:21:49 obrien Exp $
a23 1
#USE_GMAKE=	yes
@


1.2
log
@Tweak master sites.
@
text
@a0 1
# ex:ts=8
d5 1
a5 1
# $FreeBSD: ports/lang/ratfor/Makefile,v 1.1.1.1 2000/08/27 06:16:37 obrien Exp $
d17 1
a17 1
MAINTAINER=     obrien@@FreeBSD.org
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $FreeBSD$
d12 4
a15 1
MASTER_SITES=	http://sepwww.stanford.edu/sep/prof/
@


1.1.1.1
log
@The Ratfor FORTRAN pre-processor described in the "SOFTWARE TOOLS" book.
@
text
@@
