Add netcdf3-ftn , netCDF (network Common Data Form), with Fortran

support.

Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net>
This commit is contained in:
Li-Wen Hsu 2010-05-20 14:21:43 +00:00
parent 421a418884
commit e4d1bb5df1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254647
2 changed files with 19 additions and 0 deletions

View file

@ -97,6 +97,7 @@
SUBDIR += ncs
SUBDIR += netcdf
SUBDIR += netcdf-ftn
SUBDIR += netcdf3-ftn
SUBDIR += netcdf4
SUBDIR += nifticlib
SUBDIR += oases

View file

@ -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"