mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
a6b8da9c78
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)
22 lines
490 B
Makefile
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>
|