summaryrefslogtreecommitdiff
path: root/devel/netcdf-fortran/Makefile
blob: aadaa2aaaa5ce73392e72c2e51e80e0c88b3e22e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.18 2020/01/18 21:48:08 jperkin Exp $

DISTNAME=	netcdf-fortran-4.2
PKGREVISION=	16
CATEGORIES=	devel
MASTER_SITES=	https://www.unidata.ucar.edu/downloads/netcdf/ftp/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://www.unidata.ucar.edu/software/netcdf/index.html
COMMENT=	Fortran support for NetCDF.

USE_LANGUAGES=		c fortran77
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
INFO_FILES=		yes

.include "options.mk"

.include "../../devel/netcdf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"