2013-09-20 15:14:04 +02:00
|
|
|
# Created by: Will Andrews <andrews@technologist.com>
|
2000-01-05 22:16:53 +01:00
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= pyWeather
|
|
|
|
PORTVERSION= 0.1b
|
2007-07-22 21:33:55 +02:00
|
|
|
CATEGORIES= astro python geography
|
2013-12-29 13:09:58 +01:00
|
|
|
MASTER_SITES= LOCAL/will
|
2000-04-09 00:04:57 +02:00
|
|
|
DISTNAME= pyWeather
|
2000-01-05 22:16:53 +01:00
|
|
|
|
2000-06-22 07:52:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Python script that downloads weather data and can be cronned
|
2000-01-05 22:16:53 +01:00
|
|
|
|
2014-10-18 09:49:17 +02:00
|
|
|
USES= python
|
2000-01-05 22:16:53 +01:00
|
|
|
NO_BUILD= yes
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/pyWeather
|
2000-01-05 22:16:53 +01:00
|
|
|
|
2002-04-29 13:24:29 +02:00
|
|
|
post-patch:
|
2002-07-08 12:16:37 +02:00
|
|
|
@${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \
|
2001-01-07 18:49:52 +01:00
|
|
|
s:pyWeather.py:pyWeather:g" ${WRKSRC}/pyWeather.py
|
2000-01-05 22:16:53 +01:00
|
|
|
|
|
|
|
do-install:
|
2013-12-29 13:09:58 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pyWeather.py ${STAGEDIR}${PREFIX}/bin/pyWeather
|
2000-01-05 22:16:53 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|