mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
30 lines
672 B
Makefile
30 lines
672 B
Makefile
# 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
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= will
|
|
DISTNAME= pyWeather
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${PYTHON}:${PORTSDIR}/lang/python
|
|
|
|
NO_BUILD= yes
|
|
PYTHON?= ${LOCALBASE}/bin/python
|
|
|
|
pre-install:
|
|
@${PERL} -pi -e "s:/usr/bin/python:${PYTHON}:g" ${WRKSRC}/pyWeather.py
|
|
@${PERL} -pi -e "s:pyWeather.py:pyWeather:g" ${WRKSRC}/pyWeather.py
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/pyWeather.py ${PREFIX}/bin/pyWeather
|
|
|
|
.include <bsd.port.mk>
|