blob: 4f7d46ae3cb19b793e54c162ec6212e564f0c0cc (
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
|
# New ports collection makefile for: xpi-customizegoogle
# Date created: 15 June 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= customizegoogle
PORTVERSION= 0.66
DISTVERSIONSUFFIX= -fx+sm+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.js install.rdf chrome.manifest
XPI_DIRS= chrome defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|