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:
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
|
@ -97,6 +97,7 @@
|
|||
SUBDIR += ncs
|
||||
SUBDIR += netcdf
|
||||
SUBDIR += netcdf-ftn
|
||||
SUBDIR += netcdf3-ftn
|
||||
SUBDIR += netcdf4
|
||||
SUBDIR += nifticlib
|
||||
SUBDIR += oases
|
||||
|
|
18
science/netcdf3-ftn/Makefile
Normal file
18
science/netcdf3-ftn/Makefile
Normal 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"
|
Loading…
Reference in a new issue