14 lines
298 B
Makefile
14 lines
298 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netcdf
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= NetCDF (network Common Data Form), with Fortran support
|
|
|
|
LATEST_LINK= netcdf3-ftn
|
|
MASTERDIR= ${.CURDIR}/../netcdf
|
|
|
|
WITH_FORTRAN= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|