freebsd-ports/www/xpi-no-referrer/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

19 lines
479 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= no-referrer
PORTVERSION= 1.0.1
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= ports@FreeBSD.org
COMMENT= 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>