freebsd-ports/astro/pyweather/Makefile
Marcus von Appen ba08f95fa0 - Convert ports from accessibility/, archivers/ and astro/ to new
USES=python

Approved by:	portmgr (implicit)
With hat:	python@
2014-10-18 07:49:17 +00:00

24 lines
583 B
Makefile

# Created by: Will Andrews <andrews@technologist.com>
# $FreeBSD$
PORTNAME= pyWeather
PORTVERSION= 0.1b
CATEGORIES= astro python geography
MASTER_SITES= LOCAL/will
DISTNAME= pyWeather
MAINTAINER= ports@FreeBSD.org
COMMENT= Python script that downloads weather data and can be cronned
USES= python
NO_BUILD= yes
PLIST_FILES= bin/pyWeather
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 ${STAGEDIR}${PREFIX}/bin/pyWeather
.include <bsd.port.mk>