summaryrefslogtreecommitdiff
path: root/devel/netcdf/Makefile
blob: 982f75ce417948d14da983261f8498aa163eb158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.31 2012/03/07 16:11:29 adam Exp $

DISTNAME=	netcdf-4.1.3
CATEGORIES=	devel
MASTER_SITES=	http://www.unidata.ucar.edu/downloads/netcdf/ftp/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.unidata.ucar.edu/software/netcdf/index.html
COMMENT=	Library for array-oriented data access

PKG_DESTDIR_SUPPORT=	user-destdir

USE_LANGUAGES=		c c++ fortran77
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--disable-f90
CONFIGURE_ARGS+=	--disable-examples
CONFIGURE_ARGS+=	--disable-netcdf-4

INFO_FILES=		yes

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