aboutsummaryrefslogtreecommitdiff
path: root/science/netcdf/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-06-25 08:32:03 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-06-25 08:32:03 +0000
commit3474f23b0097fe87f974599b543db1c266bdd890 (patch)
tree6daf6db0c685e96b4eb7670f173f795b736324d0 /science/netcdf/Makefile
parent8e83b4aa15d6b3697cf6e45c729870cc5027cb46 (diff)
downloadports-3474f23b0097fe87f974599b543db1c266bdd890.tar.gz
ports-3474f23b0097fe87f974599b543db1c266bdd890.zip
- Update to 3.6.3
PR: ports/124871 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer)
Notes
Notes: svn path=/head/; revision=215764
Diffstat (limited to 'science/netcdf/Makefile')
-rw-r--r--science/netcdf/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile
index f800c436ba23..eeaf67fdff5c 100644
--- a/science/netcdf/Makefile
+++ b/science/netcdf/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