blob: 22acc09a5e372e766484f7c8e769cfd7ea881665 (
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
|
# Ports collection makefile for: preferential-firefox
# Date created: Tue Oct 28, 2003
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= preferential
PORTVERSION= 0.8.1
CATEGORIES= www
MASTER_SITES= http://mozdev.elliptic.fr/preferential/versions/ \
http://mozdev.oregonstate.edu/preferential/versions/ \
http://downloads.mozdev.org/preferential/versions/
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI interface to view & edit all Firefox prefs
XPI_ID= {e3a1bec3-1cc1-4d20-875b-a10587471a5e}
XPI_FILES= chrome/preferential.jar install.js install.rdf chrome.manifest
XPI_DIRS= chrome
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|