# Ports collection makefile for: py-emphem
# Date created: Feb 27, 2007
# Whom: db
#
# $FreeBSD: ports/astro/pyephem/Makefile,v 1.3 2007/07/30 09:40:57 alexbl Exp $
#
PORTNAME= pyephem
PORTVERSION= 3.7b
CATEGORIES= astro math hamradio
MASTER_SITES= http://rhodesmill.org/brandon/projects/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db
MAINTAINER= db@FreeBSD.org
COMMENT= Scientific-grade astronomical computations for Python
USE_PYTHON= 2.4+
USE_PYDISTUTILS=yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/pyephem-manual.html ${DOCSDIR}
.endif
.include <bsd.port.mk>
syntax highlighted by Code2HTML, v. 0.9.1