1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/www/xpi-quickproxy/Makefile
Andrew Pantyukhin ea9a87bf65 Add port www/xpi-quickproxy:
Quickproxy creates a statusbar button to quickly turn
the proxy on and off

WWW: https://addons.mozilla.org/firefox/1557/
2006-06-05 10:23:25 +00:00

22 lines
537 B
Makefile

# New ports collection makefile for: xpi-quickproxy
# Date created: 5 June 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= quickproxy
PORTVERSION= 2006.05.26
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A statusbar button to quickly turn the proxy on and off
XPI_ID= {d5ea4520-61a1-11da-8cd6-0800200c9a66}
XPI_FILES= chrome/quickproxy.jar chrome.manifest install.rdf
XPI_DIRS= chrome
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>