diff options
Diffstat (limited to 'science/netcdf4/Makefile')
-rw-r--r-- | science/netcdf4/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile index e003cd84657c..296f5acd4d16 100644 --- a/science/netcdf4/Makefile +++ b/science/netcdf4/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 |