blob: fdc7857ad4168b61fdba8fdea51451de23d85eeb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.10
DISTVERSIONSUFFIX= -fx+sm
CATEGORIES= www
MAINTAINER= skreuzer@FreeBSD.org
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>
|