summaryrefslogtreecommitdiff
path: root/devel/netcdf/Makefile
blob: d19b18299f8b5aeefef22cce8d0b6574af629315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.1.1.1 1999/01/14 20:28:53 frueauf Exp $
#

DISTNAME=	netcdf-3.4
WRKSRC=		${WRKDIR}/${DISTNAME}/src
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.unidata.ucar.edu/pub/netcdf/ \
		ftp://ftp.dfd.dlr.de/pub/ucar/netcdf/
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://www.unidata.ucar.edu/packages/netcdf/index.html

DEPENDS+=	fort77-1.14a:../../lang/fort77

CONFIGURE_ENV+=	CPPFLAGS="-Df2cFortran -Dunix"

USE_LIBTOOL=	yes
GNU_CONFIGURE=	yes

.include "../../mk/bsd.pkg.mk"