pkgsrc-wip/py-pylith/Makefile.common
Blue Rats 085399baa5 Modified (ideally fixed) COMMENT. Some of these got minor formatting
changes, category fixes, and MAINTAINER fixes.
2012-11-13 22:25:27 +00:00

18 lines
509 B
Text

# $NetBSD: Makefile.common,v 1.3 2012/11/13 22:25:44 othyro Exp $
#
DISTNAME= pylith-1.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
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= Finite element code for solving dynamic and quasi-static tectonic deformation problems
LICENSE= mit
GNU_CONFIGURE= yes
USE_LANGUAGES= c++
.include "../../mk/bsd.pkg.mk"