freebsd-ports/astro/pyweather/Makefile

24 lines
571 B
Makefile
Raw Normal View History

# Created by: Will Andrews <andrews@technologist.com>
PORTNAME= pyWeather
PORTVERSION= 0.1b
CATEGORIES= astro python geography
2013-12-29 13:09:58 +01:00
MASTER_SITES= LOCAL/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
USES= python
NO_BUILD= yes
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/pyWeather
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:
2013-12-29 13:09:58 +01:00
${INSTALL_SCRIPT} ${WRKSRC}/pyWeather.py ${STAGEDIR}${PREFIX}/bin/pyWeather
.include <bsd.port.mk>