diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-05-15 06:26:13 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-05-15 06:26:13 +0000 |
commit | 11091d341de75f7f587af729b542a07b6cf500d7 (patch) | |
tree | e7ec31bde59f0be05fc394caa198ccb309773447 /science | |
parent | 01453a021450698b1672f3747fc8e91f304cc55d (diff) | |
download | ports-11091d341de75f7f587af729b542a07b6cf500d7.tar.gz ports-11091d341de75f7f587af729b542a07b6cf500d7.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf-ftn/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/science/netcdf-ftn/Makefile b/science/netcdf-ftn/Makefile index d7697c9950e4..8476edcf589e 100644 --- a/science/netcdf-ftn/Makefile +++ b/science/netcdf-ftn/Makefile @@ -7,9 +7,16 @@ PORTNAME= netcdf -COMMENT= Network Common Data Form, with Fortran support +MAINTAINER= sunpoet@sunpoet.net +COMMENT= NetCDF (network Common Data Form), with Fortran support +NETCDF_VER?= 4 + +.if ${NETCDF_VER} == 4 +MASTERDIR= ${.CURDIR}/../netcdf4 +.else MASTERDIR= ${.CURDIR}/../netcdf +.endif WITH_FORTRAN= yes |