diff options
author | wulf <wulf@pkgsrc.org> | 2006-11-13 15:55:55 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2006-11-13 15:55:55 +0000 |
commit | 53ad9f4aeabf23a195645d314e114461ab345c52 (patch) | |
tree | 622125bed670fb4ab8f76ab92b9a64eafd99e146 /math/py-ephem/Makefile | |
parent | c74b915cfac04d87089cf19ea2ac738dff2c4a92 (diff) | |
download | pkgsrc-53ad9f4aeabf23a195645d314e114461ab345c52.tar.gz |
Added new package py-ephem-3.7b:
Scientific-grade astronomical computations for Python
Diffstat (limited to 'math/py-ephem/Makefile')
-rw-r--r-- | math/py-ephem/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/math/py-ephem/Makefile b/math/py-ephem/Makefile new file mode 100644 index 00000000000..abb2d464302 --- /dev/null +++ b/math/py-ephem/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 15:55:55 wulf Exp $ +# + +DISTNAME= pyephem-3.7b +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyephem/ephem/} +CATEGORIES= geography +MASTER_SITES= http://www.rhodesmill.org/brandon/projects/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.rhodesmill.org/brandon/projects/pyephem.html +COMMENT= Scientific-grade astronomical computations for Python + +PYDISTUTILSPKG= true +PYTHON_VERSIONS_ACCEPTED= 23 24 + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGNAME} + ${INSTALL} ${WRKSRC}/doc/pyephem-manual.html ${PREFIX}/share/doc/${PKGNAME} + +.include "../../lang/python/extension.mk" +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" |