freebsd-ports/www/xpi-modify_headers/Makefile
Tilman Keskinoz 3438eb987e Support Firefox up to 6.x
PR:		158625
Submitted by:	maintainer
2011-07-14 15:04:39 +00:00

73 lines
2 KiB
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.7.0.2
DISTVERSIONSUFFIX= -fx+sm
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/content/bindings/bindings.xml \
chrome/content/contents.rdf \
chrome/content/disabled.gif \
chrome/content/enabled.gif \
chrome/content/export.js \
chrome/content/exportimport.js \
chrome/content/exportwizard.xul \
chrome/content/icons/badge.png \
chrome/content/icons/bug.png \
chrome/content/icons/first-aid-kit.png \
chrome/content/icons/globe.png \
chrome/content/icons/info.png \
chrome/content/icons/star.png \
chrome/content/icons/thumbs-up.png \
chrome/content/icons/tools.png \
chrome/content/icons/twitter.png \
chrome/content/icons/user.png \
chrome/content/import.js \
chrome/content/importwizard.xul \
chrome/content/modifyheaders.css \
chrome/content/modifyheaders.js \
chrome/content/preferences-tab.xul \
chrome/content/preferences.js \
chrome/content/preferences.xul \
chrome/content/prefs-about.xul \
chrome/content/prefs-headers.xul \
chrome/content/prefs-options.xul \
chrome/content/toolsOverlay.xul \
chrome/locale/en-US/modifyheaders.dtd \
chrome/locale/en-US/modifyheaders.properties \
components/mhIHeader.xpt \
components/modifyheaders-autocomplete.js \
components/modifyheaders-service.js \
components/nsIModifyheaders.xpt \
defaults/preferences/defaults.js \
install.js \
install.rdf
XPI_DIRS= chrome/content/bindings \
chrome/content/icons \
chrome/content \
chrome/locale/en-US \
chrome/locale \
chrome \
components \
defaults/preferences \
defaults
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>