blob: aaf0d9b6f18f42b398af181c8806e9f70a49a554 (
plain) (
tree)
|
|
PORTNAME= weather
PORTVERSION= 2.4.2
PORTREVISION= 1
CATEGORIES= astro python
MASTER_SITES= http://fungi.yuggoth.org/weather/src/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utility to provide current weather conditions and forecasts
WWW= http://fungi.yuggoth.org/weather/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python shebangfix tar:xz
NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= pkg-message
SHEBANG_FILES= weather
do-install:
${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/weather ${STAGEDIR}${PREFIX}/bin/weather
${INSTALL_DATA} ${WRKSRC}/weather.py ${STAGEDIR}${PYTHON_SITELIBDIR}/
${PYTHON_CMD} -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
${PYTHON_CMD} -O -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
${INSTALL_MAN} ${WRKSRC}/weather.1 ${STAGEDIR}${PREFIX}/share/man/man1/weather.1
${INSTALL_MAN} ${WRKSRC}/weatherrc.5 ${STAGEDIR}${PREFIX}/share/man/man5/weatherrc.5
${MKDIR} ${STAGEDIR}${DATADIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} airports places stations zctas zones ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>
|