freebsd-ports/www/xpi-clear_cache_button/Makefile

47 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: xpi-clear_cache_button
# Date created: 14 September 2011
# Whom: Barbara <barbara.xxx1975@libero.it>
#
# $FreeBSD$
#
PORTNAME= clear_cache_button
PORTVERSION= 0.9f
PORTREVISION= 1
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= barbara.xxx1975@libero.it
COMMENT= Adds a button to the toolbar that clears the browser cache
USE_XPI= *firefox*
SUB_FILES= pkg-message
XPI_ID= {563e4790-7e70-11da-a72b-0800200c9a66}
XPI_NUM= 1801
XPI_FILES= chrome/content/options.js \
chrome/content/options.xul \
chrome/content/overlay.js \
chrome/content/overlay.xul \
chrome/locale/en-US/clearcache.properties \
chrome/locale/en-US/overlay.dtd \
chrome/skin/classic/logo_16.png \
chrome/skin/classic/logo_24.png \
chrome/skin/classic/logo_32.png \
chrome/skin/classic/overlay.css \
chrome.manifest \
install.rdf
XPI_DIRS= chrome/skin/classic chrome/skin \
chrome/locale/en-US chrome/locale \
chrome/content \
chrome
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
post-install:
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
.include <bsd.port.mk>