mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
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>
|