c4e71c5e7a
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
20 lines
531 B
Makefile
20 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.7 2001/06/11 06:34:29 jlam 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
|
|
COMMENT= Library for array-oriented data access
|
|
|
|
USE_FORTRAN= # defined
|
|
USE_LIBTOOL= # defined
|
|
GNU_CONFIGURE= # defined
|
|
CPPFLAGS+= -Df2cFortran -Dunix
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|