22 lines
553 B
Makefile
22 lines
553 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_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>
|