# Created by: Thomas Gellekum # $FreeBSD$ PORTNAME= netcdf PORTVERSION= 3.6.3 PORTREVISION?= 6 CATEGORIES= science MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ LOCAL/sunpoet PKGNAMESUFFIX?= 3 MAINTAINER= sunpoet@FreeBSD.org COMMENT?= Library for machine-independent, array-oriented data access CONFLICTS= hdf-4.* netcdf-4.* PORTSCOUT= limit:^3\. CONFIGURE_ARGS= --enable-shared CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC GNU_CONFIGURE= yes USES= gmake libtool USE_LDCONFIG= yes INFO= netcdf netcdf-c netcdf-cxx netcdf-f77 netcdf-f90 \ netcdf-install netcdf-tutorial OPTIONS_DEFINE= FORTRAN DOCS FORTRAN_DESC= Build library for Fortran .include .if ${PORT_OPTIONS:MDOCS} CONFIGURE_ARGS+=--enable-docs-install .else CONFIGURE_ARGS+=--disable-docs-install .endif .if ${PORT_OPTIONS:MFORTRAN} CPPFLAGS+= -DpgiFortran CONFLICTS+= netcdf-3.* PLIST_SUB+= FORTRAN="" USES+= fortran .else CONFIGURE_ARGS+=--disable-f77 --disable-f90 CONFLICTS+= netcdf-ftn-3.* PLIST_SUB+= FORTRAN="@comment " .endif post-patch: @${REINPLACE_CMD} -e \ '291 s/\(html_docs)\).*/\1/' \ ${WRKSRC}/man/Makefile.in @${REINPLACE_CMD} -e \ '271 s/\(info_docs\).*/html_docs\)/' \ ${WRKSRC}/man4/Makefile.in .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '790 s/install-docDATA //' \ ${WRKSRC}/man/Makefile.in .endif regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check .include