mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
18eeb54fb3
PR: 130498 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
22 lines
440 B
Makefile
22 lines
440 B
Makefile
# New ports collection makefile for: xpi-firebug
|
|
# Date created: 5 July 2007
|
|
# Whom: Lapo Luchini <lapo@lapo.it>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= firebug
|
|
PORTVERSION= 1.3.0
|
|
PORTEPOCH= 2
|
|
DISTVERSIONSUFFIX= -fx
|
|
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>
|