diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-06-25 08:32:03 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-06-25 08:32:03 +0000 |
commit | 3474f23b0097fe87f974599b543db1c266bdd890 (patch) | |
tree | 6daf6db0c685e96b4eb7670f173f795b736324d0 /science/netcdf4/Makefile | |
parent | 8e83b4aa15d6b3697cf6e45c729870cc5027cb46 (diff) |
Notes
Diffstat (limited to 'science/netcdf4/Makefile')
-rw-r--r-- | science/netcdf4/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile index f800c436ba23..eeaf67fdff5c 100644 --- a/science/netcdf4/Makefile +++ b/science/netcdf4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netcdf -PORTVERSION= 3.6.2 +PORTVERSION= 3.6.3 CATEGORIES= science MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/ \ http://sunpoet.net/distfiles/ @@ -15,18 +15,19 @@ MASTER_SITE_SUBDIR= . old MAINTAINER= sunpoet@sunpoet.net COMMENT= Library for machine-independent, array-oriented data access -CONFLICTS= hdf-4.* +CONFLICTS= hdf-4.* netcdf-4.* CONFIGURE_ARGS= --enable-shared --disable-f77 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -fPIC -DPIC -Df2cFortran" -USE_BZIP2= YES - GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAN1= ncdump.1 ncgen.1 -MAN3= netcdf.3 +MAN1= ncdump.1 ncgen.1 +MAN3= netcdf.3 + +INFO= netcdf netcdf-c netcdf-cxx netcdf-f77 netcdf-f90 \ + netcdf-install netcdf-tutorial post-install: @${STRIP_CMD} ${PREFIX}/bin/ncdump ${PREFIX}/bin/ncgen |