freebsd-ports/www/xpi-modify_headers/Makefile
Martin Wilke 189575db95 - Update to 0.7.0.2
PR:		155910
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2011-04-12 02:34:21 +00:00

69 lines
1.9 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
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
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>