blob: 1450780ca44d6e49af92af0879ee3e817bb85639 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xpi-firebug
# Date created: 5 July 2007
# Whom: Lapo Luchini <lapo@lapo.it>
#
# $FreeBSD$
#
PORTNAME= firebug
PORTVERSION= 1.4.0
DISTVERSIONSUFFIX= -fx
PORTEPOCH= 3
CATEGORIES= www
MAINTAINER= lapo@lapo.it
COMMENT= Lets you edit, debug, and monitor CSS, HTML, and JS
XPI_NUM= 1843
XPI_ID= firebug@software.joehewitt.com
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|