summaryrefslogtreecommitdiff
path: root/math/py-pytables/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-pytables/Makefile')
-rw-r--r--math/py-pytables/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile
new file mode 100644
index 00000000000..7299641f4e0
--- /dev/null
+++ b/math/py-pytables/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/22 15:17:08 drochner Exp $
+#
+
+DISTNAME= pytables-0.8
+PKGNAME= ${PYPKGPREFIX}-pytables-0.8
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytables/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://pytables.sourceforge.net/
+COMMENT= Database package for large amounts of data
+
+USE_BUILDLINK3= yes
+
+PYDISTUTILSPKG= yes
+PYSETUPBUILDARGS= --hdf5=${BUILDLINK_PREFIX.hdf5}
+PYSETUPINSTALLARGS= --hdf5=${BUILDLINK_PREFIX.hdf5}
+PYTHON_VERSIONS_ACCEPTED= 22pth 23pth
+PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
+
+post-extract:
+ cd ${WRKSRC}/utils; \
+ ${MV} ptdump ptdump${PYVERSSUFFIX}; \
+ ${MV} ptrepack ptrepack${PYVERSSUFFIX}
+
+.include "../../lang/python/extension.mk"
+.include "../../devel/hdf5/buildlink3.mk"
+.include "../../math/py-numarray/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"