openbsd-ports/math/netcdf/Makefile
landry 87ac3bbc83 Mark as BROKEN-hppa, doesnt pass configure since the PIE switch.
checking if Fortran "byte" is C "signed char"... configure: error: Could not link conftestf.o and conftest.o
2012-12-21 18:27:00 +00:00

49 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.21 2012/12/21 18:27:00 landry Exp $
BROKEN-powerpc= fails to build
BROKEN-hppa = fails to configure
COMMENT= library for machine-independent, array-oriented data access
DISTNAME= netcdf-3.6.2
REVISION= 0
CATEGORIES= math
SHARED_LIBS= netcdf 4.0 \
netcdff 4.0 \
netcdf_c++ 4.0
HOMEPAGE= http://www.unidata.ucar.edu/packages/netcdf/
MAINTAINER= Tom Knienieder <tom@knienieder.com>
MODULES = fortran
MODFORTRAN_COMPILER = g77
BUILD_DEPENDS = ${MODFORTRAN_BUILD_DEPENDS}
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m stdc++
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-Df2cFortran"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-f90
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
SEPARATE_BUILD= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/netcdf
@cd ${WRKSRC}/man && ${INSTALL_DATA} *.txt *.pdf \
${PREFIX}/share/doc/netcdf
.include <bsd.port.mk>