diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-01 14:51:17 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-01 14:51:17 +0000 |
commit | c9b3b5d383e749aa351a7d0bd1d12d0b1443553a (patch) | |
tree | 0d15ce888a3fed8c0196ee47beed628163f125d7 /math/netcdf/Makefile | |
parent | 471b786f80b6a6675ca85619387a0b010b6db8dc (diff) | |
download | FreeBSD-ports-c9b3b5d383e749aa351a7d0bd1d12d0b1443553a.zip FreeBSD-ports-c9b3b5d383e749aa351a7d0bd1d12d0b1443553a.tar.gz |
Update to version 3.5.b6
PR: 22450
Submitted by: Ports Fury
Diffstat (limited to 'math/netcdf/Makefile')
-rw-r--r-- | math/netcdf/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile index e003cd8..296f5ac 100644 --- a/math/netcdf/Makefile +++ b/math/netcdf/Makefile @@ -6,17 +6,19 @@ # PORTNAME= netcdf -PORTVERSION= 3.5b3 +PORTVERSION= 3.5.b6 CATEGORIES= math MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/ -DISTFILES= ${PORTNAME}-3.5-beta3.tar.Z +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/} +EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/${PORTNAME}-3.5-beta3/src -INSTALLS_SHLIB= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/src + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran" +INSTALLS_SHLIB= yes MAN1= ncdump.1 ncgen.1 MAN3= netcdf.3 |