freebsd-ports/www/xpi-no-referrer/Makefile
Andrew Pantyukhin 64e8108c5f - Add XPI_NUM to make fetchable
- Provide new mirrors where needed

Approved by:	portmgr (pav), chinsan (maintainer),
		Lapo Luchini <lapo@lapo.it> (maintainer, implicit),
		Simon Olofsson <simon@olofsson.de> (maintainer, implicit),
		Steven Kreuzer <skreuzer@f2o.org> (maintainer, implicit)
2007-11-07 16:52:22 +00:00

23 lines
567 B
Makefile

# New ports collection makefile for: xpi-no-referrer
# Date created: 2006/05/06
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= no-referrer
PORTVERSION= 1.0.1
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= chinsan@FreeBSD.org
COMMENT= An extension to Open URL without sending referrers information
XPI_NUM= 1999
XPI_ID= {e806da17-8400-4b6b-9c34-1bb4fe84aedc}
XPI_FILES= chrome/icon.gif chrome/referrer.js chrome/referrer.xul \
chrome.manifest install.rdf
XPI_DIRS= chrome
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>