diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-30 01:03:17 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-30 01:03:17 +0000 |
commit | 08d3d751e67d13654e73ab3fa79272a476926477 (patch) | |
tree | 77fc40028c9ce0c0c2edc73be0242c71febaf674 /lang/Makefile | |
parent | 25af89c5eff53b04f4e05a64ef170a9d65934274 (diff) | |
download | ports-08d3d751e67d13654e73ab3fa79272a476926477.tar.gz ports-08d3d751e67d13654e73ab3fa79272a476926477.zip |
G95 is a stable, production Fortran 95 compiler available for multiple
CPU architectures and operating systems. Innovations and optimizations
continue to be worked on. Parts of the F2003 standard have been
implemented in g95. Note that g95 and gfortran are different compiler
http://gcc.gnu.org/wiki/TheOtherGCCBasedFortranCompiler
.
WWW: http://www.g95.org/
This port is based on hrs's original one, and slightly modified.
Notes
Notes:
svn path=/head/; revision=183670
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index dcc41bd4671b..9f1f1f1739f3 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -67,6 +67,7 @@ SUBDIR += fpc-units SUBDIR += fpc-utils SUBDIR += freetxl + SUBDIR += g95 SUBDIR += gambas SUBDIR += gambc SUBDIR += gauche |