freebsd-ports/www/xpi-speed-dial/Makefile
Martin Wilke 0ee0f41175 - Update to 0.7.2
- Update maintainer mail adress

PR:		127252
Submitted by:	Harald Schmalzbauer <freebsd@omnilan.de> (maintainer)
2008-09-26 09:07:50 +00:00

25 lines
604 B
Makefile

# New ports collection makefile for: xpi-speed-dial
# Date created: 12 May 2008
# Whom: Harald Schmalzbauer <h.schmalzbauer@omnisec.de>
#
# $FreeBSD$
#
PORTNAME= speed-dial
PORTVERSION= 0.7.2
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= freebsd@omnilan.de
COMMENT= Access websites through custom thumbnail views
XPI_DISTNAME= speed_dial
XPI_ID= {64161300-e22b-11db-8314-0800200c9a66}
XPI_NUM= 4810
post-patch:
@${REINPLACE_CMD} -i "" -e '/loadInNewTab/s|false|true|' \
${WRKSRC}/defaults/preferences/speeddial.js
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>