mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
16 lines
285 B
Makefile
16 lines
285 B
Makefile
# Created by: thierry@pompo.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netcdf
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= NetCDF (network Common Data Form), with Fortran support
|
|
|
|
LATEST_LINK= netcdf-ftn
|
|
MASTERDIR= ${.CURDIR}/../netcdf4
|
|
|
|
WITH_FORTRAN= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|