diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-05-20 22:21:43 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-05-20 22:21:43 +0800 |
commit | 6bc25f2d4d650b6a709cd0932ad8c332512158ac (patch) | |
tree | d46a3c2807bdf471b411425fde172cdbe0454e98 | |
parent | 2aecbb2b3d7d673c2b16ce0ef26d711a88691da9 (diff) | |
download | freebsd-ports-gnome-6bc25f2d4d650b6a709cd0932ad8c332512158ac.tar.gz freebsd-ports-gnome-6bc25f2d4d650b6a709cd0932ad8c332512158ac.tar.zst freebsd-ports-gnome-6bc25f2d4d650b6a709cd0932ad8c332512158ac.zip |
Add netcdf3-ftn , netCDF (network Common Data Form), with Fortran
support.
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net>
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/netcdf3-ftn/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 54bc8937ca49..624da50411d3 100644 --- a/science/Makefile +++ b/science/Makefile @@ -97,6 +97,7 @@ SUBDIR += ncs SUBDIR += netcdf SUBDIR += netcdf-ftn + SUBDIR += netcdf3-ftn SUBDIR += netcdf4 SUBDIR += nifticlib SUBDIR += oases diff --git a/science/netcdf3-ftn/Makefile b/science/netcdf3-ftn/Makefile new file mode 100644 index 000000000000..0f9260e0ab9d --- /dev/null +++ b/science/netcdf3-ftn/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: netcdf3-ftn +# Date created: 2010-05-18 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> +# +# $FreeBSD$ +# + +PORTNAME= netcdf + +MAINTAINER= sunpoet@sunpoet.net +COMMENT= NetCDF (network Common Data Form), with Fortran support + +LATEST_LINK= netcdf3-ftn +MASTERDIR= ${.CURDIR}/../netcdf + +WITH_FORTRAN= yes + +.include "${MASTERDIR}/Makefile" |