diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-08 16:36:45 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-08 16:36:45 +0000 |
commit | a063bcc1d4ede7bf07e13e2bc42e45c86a7391d0 (patch) | |
tree | bfc1363e6bbeb040fb77dc4016d797ce7d27ddcb /science/netcdf4/Makefile | |
parent | 5382df1cc2186caba1a926af4065e8d024b630a8 (diff) |
Update to version 3.6.0
PR: ports/75954
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=125828
Diffstat (limited to 'science/netcdf4/Makefile')
-rw-r--r-- | science/netcdf4/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile index 0b65627a5fc9..bcfb520c017a 100644 --- a/science/netcdf4/Makefile +++ b/science/netcdf4/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 |