- Bump portrevision - Try to practice xpi-fu a bit more often Reported by: pointyhat via kris
24 lines
646 B
Makefile
24 lines
646 B
Makefile
# 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>
|