blob: 3e15ca6c6214e745863e5bb7f22fd1afad2548ef (
plain) (
tree)
|
|
# New ports collection makefile for: netcdf-ftn
# Date created: Sun Mar 08 2009
# Whom: 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
.include "${MASTERDIR}/Makefile"
|