1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/astro/pyephem/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

28 lines
605 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://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>