diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-22 22:09:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-22 22:09:27 +0000 |
commit | b50b662db32b1e0a070f38e30750ec8f21be111e (patch) | |
tree | bc1c6125d858abcb4e5359d7b476be9351c12517 /science/netcdf-ftn | |
parent | aca7029af8092f198097a5972054b29dcf5489bc (diff) |
Notes
Diffstat (limited to 'science/netcdf-ftn')
-rw-r--r-- | science/netcdf-ftn/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/science/netcdf-ftn/Makefile b/science/netcdf-ftn/Makefile new file mode 100644 index 000000000000..d7697c9950e4 --- /dev/null +++ b/science/netcdf-ftn/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: netcdf-ftn +# Date created: Sun Mar 08 2009 +# Whom: thierry@pompo.net +# +# $FreeBSD$ +# + +PORTNAME= netcdf + +COMMENT= Network Common Data Form, with Fortran support + +MASTERDIR= ${.CURDIR}/../netcdf + +WITH_FORTRAN= yes + +.include "${MASTERDIR}/Makefile" |