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