- Add a slaveport so fortran enabled netcdf can be packaged PR: ports/132430 Submitted by: thierry Approved by: maintainer timeout (14 days)
16 lines
286 B
Makefile
16 lines
286 B
Makefile
# New ports collection makefile for: netcdf-ftn
|
|
# Date created: Sun Mar 08 2009
|
|
# Whom: thierry@pompo.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netcdf
|
|
|
|
COMMENT= Network Common Data Form, with Fortran support
|
|
|
|
MASTERDIR= ${.CURDIR}/../netcdf
|
|
|
|
WITH_FORTRAN= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|