freebsd-ports/www/xpi-forecastfox/Makefile
Andrew Pantyukhin c2c9236c65 Add port: www/xpi-forecastfox
Forecastfox is an extension that brings international weather from
AccuWeather.com to your Firefox web browser. You can use your US zip code or
you can easily find your town or city by using the built in search tool. It is
unobtrusive and lightweight, yet can be customized to display nearly as much
data as the leading desktop weather programs!

Author: Jon Stritar <jstritar@mit.edu>
WWW: http://forecastfox.mozdev.org/

PR:		ports/97469
Submitted by:	Simon Olofsson <simon@olofsson.de>
Approved by:	krion (mentor)
2006-05-20 16:18:23 +00:00

25 lines
625 B
Makefile

# New ports collection makefile for: forecastfox
# Date created: 2006-05-15
# Whom: Simon Olofsson <simon@olofsson.de>
#
# $FreeBSD$
#
PORTNAME= forecastfox
PORTVERSION= 0.9.0.2
DISTVERSIONSUFFIX= -fx+fl+mz+ns+zm
CATEGORIES= www
MAINTAINER= simon@olofsson.de
COMMENT= Get international weather forecasts and display it
XPI_ID= {0538E3E3-7E9B-4d49-8831-A227C80A7AD3}
post-patch:
@${REINPLACE_CMD} -e \
's|install = this._app.clone();|install = app.clone();|g' \
${WRKSRC}/components/ffDisk.js
@${RM} -f ${WRKSRC}/components/ffDisk.js.bak
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>