1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/science/netcdf-ftn/Makefile
Pav Lucistnik b50b662db3 - Fix Fortran linking
- Add a slaveport so fortran enabled netcdf can be packaged

PR:		ports/132430
Submitted by:	thierry
Approved by:	maintainer timeout (14 days)
2009-03-22 22:09:27 +00:00

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"