1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/xpi-modify_headers/Makefile
Martin Wilke 5a48f7502f - Allow to work with FF3.6
PR:		144646
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2010-03-17 07:41:51 +00:00

36 lines
750 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.6
DISTVERSIONSUFFIX= -fx+sm+mz
PORTREVISION= 1
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
post-patch:
${RM} ${WRKSRC}/install.rdf.orig
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>