diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-05-20 14:21:43 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-05-20 14:21:43 +0000 |
commit | e4d1bb5df175682361b864d69aebcae894617ea5 (patch) | |
tree | 93fbfd7785a003c4774acdcb6dc33e9de36f2e16 /science/netcdf3-ftn | |
parent | 421a418884010f56f8801a60f687abe20049fccb (diff) | |
download | ports-e4d1bb5df175682361b864d69aebcae894617ea5.tar.gz ports-e4d1bb5df175682361b864d69aebcae894617ea5.zip |
Notes
Diffstat (limited to 'science/netcdf3-ftn')
-rw-r--r-- | science/netcdf3-ftn/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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" |