1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/astro/pyephem/Makefile
Diane Bruce 4194da1839 Add pyephem 3.7b, scientific-grade astronomical computations for Python.
Submitted by:	db
Approved by:	ehaupt (mentor)
2007-03-05 15:26:21 +00:00

28 lines
626 B
Makefile

# Ports collection makefile for: py-emphem
# Date created: Feb 27, 2007
# Whom: db
#
# $FreeBSD$
#
PORTNAME= pyephem
PORTVERSION= 3.7b
CATEGORIES= astro math hamradio
MASTER_SITES= http://www.rhodesmill.org/brandon/projects/ \
${MASTER_SITE_LOCAL}
MAINTAINER= db@FreeBSD.org
COMMENT= Scientific-grade astronomical computations for Python
USE_PYTHON= 2.4+
NO_BUILD= yes
do-install:
(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install)
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/pyephem-manual.html ${DOCSDIR}
.endif
.include <bsd.port.mk>