freebsd-ports/www/xpi-searchstatus/Makefile
Andrew Pantyukhin 64e8108c5f - Add XPI_NUM to make fetchable
- Provide new mirrors where needed

Approved by:	portmgr (pav), chinsan (maintainer),
		Lapo Luchini <lapo@lapo.it> (maintainer, implicit),
		Simon Olofsson <simon@olofsson.de> (maintainer, implicit),
		Steven Kreuzer <skreuzer@f2o.org> (maintainer, implicit)
2007-11-07 16:52:22 +00:00

23 lines
559 B
Makefile

# New ports collection makefile for: xpi-searchstatus
# Date created: 15 May 2006
# Whom: Lapo Luchini <lapo@lapo.it>
#
# $FreeBSD$
#
PORTNAME= searchstatus
PORTVERSION= 1.18
DISTVERSIONSUFFIX= -fx+fl
CATEGORIES= www
MAINTAINER= lapo@lapo.it
COMMENT= Displays Google PageRank, Alexa popularity and other stats
XPI_NUM= 321
XPI_ID= {d57c9ff1-6389-48fc-b770-f78bd89b6e8a}
XPI_FILES= chrome/searchstatus.jar install.js install.rdf \
readme.txt chrome.manifest
XPI_DIRS= chrome
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>