mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
22 lines
507 B
Makefile
22 lines
507 B
Makefile
# Created by: Lapo Luchini <lapo@lapo.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= searchstatus
|
|
PORTVERSION= 1.39
|
|
DISTVERSIONSUFFIX= -fx
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= lapo@lapo.it
|
|
COMMENT= Displays Google PageRank, Alexa popularity and other stats
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/readme.txt
|
|
|
|
XPI_NUM= 321
|
|
XPI_ID= {d57c9ff1-6389-48fc-b770-f78bd89b6e8a}
|
|
XPI_FILES= chrome/searchstatus.jar install.rdf readme.txt chrome.manifest
|
|
XPI_DIRS= chrome
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|