aboutsummaryrefslogtreecommitdiffstats
path: root/science/netcdf3-ftn/Makefile
blob: 234d729277c019aaa532dbeb589ce4f953dfdd16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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@FreeBSD.org
COMMENT=    NetCDF (network Common Data Form), with Fortran support

LATEST_LINK=    netcdf3-ftn
MASTERDIR=  ${.CURDIR}/../netcdf

WITH_FORTRAN=   yes

.include "${MASTERDIR}/Makefile"