mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= live_pagerank
|
|
PORTVERSION= 0.9.7
|
|
DISTVERSIONSUFFIX= -fx
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Display PageRank for active URL
|
|
|
|
XPI_NUM= 2007
|
|
XPI_ID= {8061ddcf-3632-4287-8d8a-133e219ae838}
|
|
XPI_FILES= chrome.manifest chrome/livepr.jar \
|
|
install.rdf
|
|
XPI_DIRS= chrome
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|