# New ports collection makefile for: py-scientific # Date created: 29 July 1999 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= scientific PORTVERSION= 2.6 PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= http://sourcesup.cru.fr/frs/download.php/1034/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ScientificPython-${PORTVERSION} MAINTAINER= tg@FreeBSD.org COMMENT= Collection of Python modules for scientific computing BUILD_DEPENDS= ${PYNUMERIC} LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf RUN_DEPENDS= ${PYNUMERIC} USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ScientificPython DOCDIR= ${PREFIX}/share/doc/py-scientific EXAMPLEDIR= ${PREFIX}/share/examples/py-scientific post-install: @${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCDIR} .if !defined(NOPORTDOCS) cd ${WRKDIR}/${DISTNAME}/Doc; tar -c --exclude='*~' -f - . | \ (cd ${DOCDIR}; tar -xf -) @${MKDIR} ${EXAMPLEDIR} cd ${WRKDIR}/${DISTNAME}/Examples; tar -c --exclude='*~' -f - . | \ (cd ${EXAMPLEDIR}; tar -xf -) .endif .include