pkgsrc-wip/py-model-builder/Makefile
Kamel Ibn Aziz Derouiche 7d372b7623 Import py26-model-builder-0.4.6 as wip/py-model-builder.
Model Builder is a graphical tool for designing, simulating and analyzing
Mathematical mode consisting of a system of ordinary differential
equations(ODEs).
2011-03-23 11:00:51 +00:00

30 lines
900 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/03/23 11:00:51 jihbed Exp $
#
DISTNAME= Model-Builder-0.4.6
EGG_NAME= Model_Builder-0.4.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/M/m/S/B/b/}
CATEGORIES= math python
MASTER_SITES= http://garr.dl.sourceforge.net/project/model-builder/model-builder/0.4.6/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://model-builder.sourceforge.net/
COMMENT= Graphical ODE simulator
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.7.0:../../math/py-scipy
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
post-extract:
${CP} ${FILESDIR}/model-builder.desktop ${WRKSRC}
${CP} ${FILESDIR}/MB.png ${WRKSRC}
.include "../../lang/python/egg.mk"
.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/py-wxWidgets/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"