diff options
Diffstat (limited to 'www/xpi-httpfox/Makefile')
-rw-r--r-- | www/xpi-httpfox/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/xpi-httpfox/Makefile b/www/xpi-httpfox/Makefile new file mode 100644 index 000000000000..ad50a3b8472d --- /dev/null +++ b/www/xpi-httpfox/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xpi-httpfox +# Date created: 30 Oct 2008 +# Whom: Steven Kreuzer <skreuzer@exit2shell.com> +# +# $FreeBSD$ +# + +PORTNAME= httpfox +PORTVERSION= 0.8.2 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= skreuzer@exit2shell.com +COMMENT= HTTP analyzer addon for Firefox + +XPI_NUM= 6647 +XPI_ID={4093c4de-454a-4329-8aff-c6b0b123c386} + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> |