diff options
-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" |