C++/Python module for specifying variations in fields over a domain (typically parameters for boundary conditions or physical properties over a simulation domain. The module also supports conversions between coordinate systems, using Proj.4 for conversions between geographic coordinate systems
20 lines
495 B
Makefile
20 lines
495 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/01/24 21:30:08 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= spatialdata-1.8.0
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://www.geodynamics.org/cig/software/pylith/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://www.geodynamics.org/cig/software/pylith/
|
|
COMMENT= TODO: Short description of the package
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CHECK_PORTABILITY_SKIP= configure
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|