blob: 47609877291be8f8a3c6cd75a4d8ea1dc28c54ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: xpi-customizegoogle
# Date created: 15 June 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= customizegoogle
PORTVERSION= 0.60
PORTREVISION= 1
DISTVERSIONSUFFIX= -fx+fl
CATEGORIES= www
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Enhance and tweak Google services
XPI_NUM= 743
XPI_ID= {fce36c1e-58d8-498a-b2a5-66ad1cedebbb}
XPI_FILES= Changes GPL Ideas README chrome/customizegoogle.jar \
defaults/preferences/prefs.js install.rdf chrome.manifest
XPI_DIRS= chrome defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|