1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/www/xpi-formfox/Makefile
Andrew Pantyukhin a6b8da9c78 Add port www/xpi-formfox:
Do you know where your form information is going? This extension
displays the form action (the site to where the information you've
entered is going.) In any place where you can enter data, from search
boxes to order forms, mouse over the final Submit button to reveal
the destination.

WWW: http://dsteinbrook.googlepages.com/

Approved by:	krion (mentor)
2006-05-27 07:53:39 +00:00

22 lines
490 B
Makefile

# New ports collection makefile for: xpi-formfox
# Date created: 21 May 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= formfox
PORTVERSION= 1.6
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= An extension to display form's action
XPI_ID= formfox@daniel.steinbrook
XPI_FILES= chrome/formfox.jar install.rdf chrome.manifest
XPI_DIRS= chrome
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>