freebsd-ports/www/xpi-modify_headers/Makefile
Martin Wilke 3e83a8e357 - Update to 0.6.8
PR:		153849
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Feature safe:	yes
2011-01-29 14:47:11 +00:00

31 lines
687 B
Makefile

# New ports collection makefile for: xpi-modify_headers
# Date created: 24 January 2009
# Whom: Dominic Fandrey <kamikaze@bsdforen.de>
#
# $FreeBSD$
#
PORTNAME= modify_headers
PORTVERSION= 0.6.8
DISTVERSIONSUFFIX= -fx+sm+mz
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 \
install.rdf
XPI_DIRS= chrome \
components
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>