1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/xpi-google_shortcuts/Makefile
Martin Wilke 497c2ed46f - Update to 1.6.3
PR:		138907
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
Feature safe: yes
2009-09-18 23:39:51 +00:00

24 lines
623 B
Makefile

# New ports collection makefile for: xpi-gbutts
# Date created: 2008-05-22
# Whom: Anatoly Borodin <anatoly.borodin@gmail.com>
#
# $FreeBSD$
#
PORTNAME= gbutts
PORTVERSION= 1.6.3
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= anatoly.borodin@gmail.com
COMMENT= Display all of your Google Services as buttons just next to your addressbar
XPI_ID= {5C46D283-ABDE-4dce-B83C-08881401921C}
XPI_NUM= 3576
XPI_FILES= chrome/gbutts.jar defaults/preferences/install.js \
install.rdf chrome.manifest
XPI_DIRS= chrome defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>