mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
b50b662db3
- Add a slaveport so fortran enabled netcdf can be packaged PR: ports/132430 Submitted by: thierry Approved by: maintainer timeout (14 days)
17 lines
286 B
Makefile
17 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"
|