e475c19a24
Approved by: pgollucci (mentor)
19 lines
375 B
Makefile
19 lines
375 B
Makefile
# 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"
|