freebsd-ports/www/xpi-cookiesafe/Makefile
Andrew Pantyukhin 9ab8e04df3 Add port www/xpi-cookiesafe:
CookieSafe allows you to easily control cookie permissions.  It will
appear on your statusbar. Just click on the icon to allow, block, or
temporarily allow the site to set cookies. You can also view or clear
the cookies and exceptions by right clicking on the statusbar icon.
For safer browsing you may choose to deny cookies globally and then
enable them on a per site basis.

Author: Ron Beckman
WWW: http://forum.softwareblaze.com/

PR:		ports/122882
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2008-04-18 07:34:23 +00:00

27 lines
714 B
Makefile

# New ports collection makefile for: xpi-cookiesafe
# Date created: 18 April 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= cookiesafe
PORTVERSION= 2.0.6
DISTVERSIONSUFFIX= -fx+fl+mz+ns+zm
CATEGORIES= www
MAINTAINER= ports@logvinov.com
COMMENT= Control cookie permissions
XPI_ID= {9D23D0AA-D8F5-11DA-B3FC-0928ABF316DD}
XPI_NUM= 2497
XPI_FILES= chrome/cookiesafe.jar defaults/preferences/cookiesafe.js \
chrome.manifest install.js install.rdf
XPI_DIRS= chrome defaults/preferences defaults
post-patch:
@${REINPLACE_CMD} -e 's|0\.7|1.*|' ${WRKSRC}/install.rdf
@${RM} -f ${WRKSRC}/install.rdf.bak
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>