pkgsrc-wip/silo/Makefile

34 lines
1,014 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2012/11/13 14:45:32 othyro Exp $
#
DISTNAME= silo-4.8-bsd
PKGNAME= ${DISTNAME:S/-bsd//}
CATEGORIES= math
MASTER_SITES= https://wci.llnl.gov/codes/silo/silo-4.8/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://wci.llnl.gov/codes/silo/
COMMENT= Mesh and filed I/O library and scientific databases
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++ fortran77
USE_LIBTOOL= yes
# pkgsrc is not currently able to fetch distfiles from https web servers
# (see mk/fetch/fetch.mk), so you have to use a browser for now.
FETCH_USING= wget
FETCH_BEFORE_ARGS= --no-check-certificate
CONFIGURE_ARGS+= --with-readline
#CONFIGURE_ARGS+= --with-hdf5=${BUILDLINK_PREFIX.hdf5}/lib
#CONFIGURE_ARGS+= --with-hdf5=${BUILDLINK_PREFIX.hdf5}/include
CONFIGURE_ARGS+= --with-qt
#.include "../../devel/hdf5/buildlink3.mk"
.include "../../devel/netcdf/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"