2013-09-20 21:53:09 +02:00
|
|
|
# Created by: David O'Brien (obrien@NUXI.com)
|
2000-08-27 08:16:37 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ratfor
|
|
|
|
PORTVERSION= 1985.06
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 11
|
2000-08-27 08:16:37 +02:00
|
|
|
CATEGORIES= lang
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= LOCAL/obrien \
|
2000-11-03 11:21:49 +01:00
|
|
|
http://sepwww.stanford.edu/sep/prof/
|
2000-08-27 08:16:37 +02:00
|
|
|
DISTFILES= ratfor.shar.2 local.ratfor77.shar
|
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2015-09-12 16:27:03 +02:00
|
|
|
COMMENT= Rational FORTRAN compiler
|
|
|
|
|
2017-05-03 00:23:52 +02:00
|
|
|
BROKEN_aarch64= ./ratfor -o test.f test.r keeps creating huge output file
|
|
|
|
BROKEN_powerpc= ./ratfor -o test.f test.r keeps creating huge output file
|
2015-12-13 17:07:27 +01:00
|
|
|
BROKEN_powerpc64= ./ratfor -o test.f test.r keeps creating huge output file
|
2000-08-27 08:16:37 +02:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
EXTRACT_CMD= ${CAT}
|
|
|
|
EXTRACT_BEFORE_ARGS=
|
|
|
|
EXTRACT_AFTER_ARGS= | ${SH}
|
|
|
|
ALL_TARGET= all tests
|
2014-02-16 18:15:31 +01:00
|
|
|
USES= fortran
|
2007-01-13 10:17:14 +01:00
|
|
|
|
2014-08-29 15:23:23 +02:00
|
|
|
PLIST_FILES= bin/ratfor bin/ratfor77 man/man1/ratfor.1.gz
|
|
|
|
|
2000-08-27 08:16:37 +02:00
|
|
|
post-patch:
|
2015-09-12 16:27:03 +02:00
|
|
|
@${PATCH} -d ${WRKSRC} --quiet < ${WRKSRC}/testw.patch
|
2000-08-27 08:16:37 +02:00
|
|
|
|
|
|
|
do-install:
|
2014-08-29 15:23:23 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ratfor77 ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${LN} -sf ${PREFIX}/bin/ratfor77 ${STAGEDIR}${PREFIX}/bin/ratfor
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/ratfor.1 ${STAGEDIR}${PREFIX}/man/man1
|
2000-08-27 08:16:37 +02:00
|
|
|
|
2015-09-12 16:27:03 +02:00
|
|
|
.include <bsd.port.mk>
|