2009-01-27 20:28:04 +01:00
|
|
|
# New ports collection makefile for: xpi-modify_headers
|
|
|
|
# Date created: 24 January 2009
|
|
|
|
# Whom: Dominic Fandrey <kamikaze@bsdforen.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= modify_headers
|
2011-01-29 15:47:11 +01:00
|
|
|
PORTVERSION= 0.6.8
|
2009-07-07 22:25:21 +02:00
|
|
|
DISTVERSIONSUFFIX= -fx+sm+mz
|
2009-01-27 20:28:04 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
|
|
COMMENT= A firefox extension to manipulate HTTP headers
|
|
|
|
|
|
|
|
XPI_NUM= 967
|
|
|
|
XPI_ID= {b749fc7c-e949-447f-926c-3f4eed6accfe}
|
|
|
|
|
|
|
|
XPI_FILES= chrome.manifest \
|
|
|
|
chrome/modifyheaders.jar \
|
|
|
|
components/mhIHeader.xpt \
|
|
|
|
components/modifyheaders-service.js \
|
|
|
|
components/nsIModifyheaders.xpt \
|
|
|
|
install.js \
|
2009-04-11 13:44:38 +02:00
|
|
|
install.rdf
|
2009-01-27 20:28:04 +01:00
|
|
|
|
|
|
|
XPI_DIRS= chrome \
|
|
|
|
components
|
|
|
|
|
|
|
|
.include "../xpi-adblock/Makefile.xpi"
|
|
|
|
.include <bsd.port.mk>
|