aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-05-20 14:21:43 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-05-20 14:21:43 +0000
commite4d1bb5df175682361b864d69aebcae894617ea5 (patch)
tree93fbfd7785a003c4774acdcb6dc33e9de36f2e16 /science
parent421a418884010f56f8801a60f687abe20049fccb (diff)
downloadports-e4d1bb5df175682361b864d69aebcae894617ea5.tar.gz
ports-e4d1bb5df175682361b864d69aebcae894617ea5.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/Makefile1
-rw-r--r--science/netcdf3-ftn/Makefile18
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"