diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /math/py-numeric/Makefile | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'math/py-numeric/Makefile')
-rw-r--r-- | math/py-numeric/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile deleted file mode 100644 index e42838ee283f..000000000000 --- a/math/py-numeric/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: numpy -# Date created: 20 April 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= numeric -PORTVERSION= 15.3 -CATEGORIES= math python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= numpy -PKGNAMEPREFIX= py- -DISTNAME= Numerical-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= tg@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils -RUN_DEPENDS= python:${PORTSDIR}/lang/python - -DOCDIR= ${PREFIX}/share/doc/py-numeric -EXAMPLEDIR= ${PREFIX}/share/examples/py-numeric - -do-build: - @(cd ${WRKSRC}; python setup.py build) - -do-install: - @(cd ${WRKSRC}; python setup.py install) - @${MKDIR} ${EXAMPLEDIR} - ${INSTALL_DATA} ${WRKSRC}/Demo/*.py ${EXAMPLEDIR} - @${MKDIR} ${EXAMPLEDIR}/NumTut - ${INSTALL_DATA} ${WRKSRC}/Demo/NumTut/* ${EXAMPLEDIR}/NumTut -.if !defined(NOPORTDOCS) -# @${MKDIR} ${DOCDIR} -# ${INSTALL_DATA} ${WRKSRC}/Doc/numpy.pdf ${DOCDIR} -.endif - -.include <bsd.port.mk> |