diff options
Diffstat (limited to 'www/xpi-speed-dial/Makefile')
-rw-r--r-- | www/xpi-speed-dial/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/xpi-speed-dial/Makefile b/www/xpi-speed-dial/Makefile new file mode 100644 index 000000000000..7e84e0c01270 --- /dev/null +++ b/www/xpi-speed-dial/Makefile @@ -0,0 +1,25 @@ +# 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.0.8 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= h.schmalzbauer@omnisec.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> |