mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
fbdc16e86d
- Remove LATEST_LINK - Remove NO_STAGE for slave port
15 lines
294 B
Makefile
15 lines
294 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netcdf
|
|
PKGNAMESUFFIX= 3-ftn
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= NetCDF (network Common Data Form), with Fortran support
|
|
|
|
MASTERDIR= ${.CURDIR}/../netcdf
|
|
|
|
WITH_FORTRAN= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|