freebsd-ports/www/xpi-preferential/Makefile
Thierry Thomas cc842e0fc2 Fetch from the default master sites (where new preferential is available
under an ugly name).

No functional change, don't bump PORTREVISION.

Submitted by:	Andrew Pantyukhin <infofarmer (at) gmail.com>
2006-04-17 21:52:41 +00:00

23 lines
666 B
Makefile

# 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
DISTVERSIONSUFFIX= -fx+mz+tb
CATEGORIES= www
MASTER_SITE_SUBDIR= extensions/preferential_new_guid_
DISTNAME= preferential_new_guid_-${PORTVERSION}${DISTVERSIONSUFFIX}
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>