blob: d9601d39cd1f63a72ce473ca585df1cb245b47b9 (
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-live_pagerank
# Date created: 2009-04-26
# Whom: 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>
|