summaryrefslogtreecommitdiff
path: root/math/netcdf/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-08 16:36:45 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-08 16:36:45 +0000
commita063bcc1d4ede7bf07e13e2bc42e45c86a7391d0 (patch)
treebfc1363e6bbeb040fb77dc4016d797ce7d27ddcb /math/netcdf/Makefile
parentUpdate to version 11.19 (diff)
Update to version 3.6.0
PR: ports/75954 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=125828
Diffstat (limited to 'math/netcdf/Makefile')
-rw-r--r--math/netcdf/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile
index 0b65627a5fc9..bcfb520c017a 100644
--- a/math/netcdf/Makefile
+++ b/math/netcdf/Makefile
@@ -6,11 +6,9 @@
#
PORTNAME= netcdf
-PORTVERSION= 3.5.1
+PORTVERSION= 3.6.0
CATEGORIES= math
MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/
-#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
-EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for machine-independent, array-oriented data access
@@ -20,6 +18,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
CONFLICTS= hdf-4.*
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran"
INSTALLS_SHLIB= yes
@@ -41,7 +40,7 @@ post-install:
${LN} -sf libnetcdf_c++.so.1 ${PREFIX}/lib/libnetcdf_c++.so
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in COMPATIBILITY COPYRIGHT README RELEASE_NOTES
+.for file in COPYRIGHT README RELEASE_NOTES
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif