summaryrefslogtreecommitdiff
path: root/math/py-Scientific-doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-Scientific-doc/Makefile')
-rw-r--r--math/py-Scientific-doc/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/math/py-Scientific-doc/Makefile b/math/py-Scientific-doc/Makefile
new file mode 100644
index 00000000000..593b656bbbe
--- /dev/null
+++ b/math/py-Scientific-doc/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/17 12:00:11 drochner Exp $
+
+DISTNAME= ScientificPython-2.2
+PKGNAME= py-Scientific-doc-2.2
+CATEGORIES= math
+MASTER_SITES= http://starship.python.net/crew/hinsen/ \
+ http://dirac.cnrs-orleans.fr/programs/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://starship.python.net/crew/hinsen/scientific.html
+COMMENT= Python modules for scientific computing
+
+CONFLICTS+= py-Scientific-*
+
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-Scientific
+ cd ${WRKSRC} && ${INSTALL_DATA} README COPYRIGHT \
+ Doc/PDF/manual.pdf ${PREFIX}/share/doc/py-Scientific/
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/py-Scientific
+ ${INSTALL_DATA} ${WRKSRC}/Doc/HTML/* \
+ ${PREFIX}/share/doc/html/py-Scientific/
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-Scientific
+ ${INSTALL_DATA} ${WRKSRC}/Examples/* \
+ ${PREFIX}/share/examples/py-Scientific/
+
+.include "../../mk/bsd.pkg.mk"