freebsd-ports/astro/pyweather/Makefile

30 lines
668 B
Makefile
Raw Normal View History

# New ports collection makefile for: pyWeather
# Date created: 18 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= pyWeather
PORTVERSION= 0.1b
CATEGORIES= astro python
2000-06-29 04:31:42 +02:00
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= will
DISTNAME= pyWeather
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Python script that downloads weather data and can be cronned
USE_REINPLACE= yes
2002-04-29 13:24:29 +02:00
USE_PYTHON= yes
NO_BUILD= yes
2002-04-29 13:24:29 +02:00
post-patch:
@${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \
s:pyWeather.py:pyWeather:g" ${WRKSRC}/pyWeather.py
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/pyWeather.py ${PREFIX}/bin/pyWeather
.include <bsd.port.mk>