pkgsrc-wip/silo/Makefile
Thomas Klausner 5407569239 Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
2014-06-01 12:49:34 +00:00

32 lines
1,003 B
Makefile

# $NetBSD: Makefile,v 1.4 2014/06/01 12:49:48 thomasklausner 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_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"