freebsd-ports/www/xpi-web_developer/Makefile
Vanilla I. Shu cb163f5c62 Add xpi-web_developer 1.0.2, an extension to add various web developer
tools.

PR:		ports/96882
Submitted by:	chinsan <chinsan.tw@gmail.com>
2006-05-07 13:02:13 +00:00

22 lines
538 B
Makefile

# New ports collection makefile for: xpi-web_developer
# Date created: 2006/05/06
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= web_developer
PORTVERSION= 1.0.2
DISTVERSIONSUFFIX= -fx+fl
CATEGORIES= www
MAINTAINER= chinsan.tw@gmail.com
COMMENT= An extension to add various web developer tools
XPI_ID= {c45c406e-ab73-11d8-be73-000a95be3b12}
XPI_FILES= chrome/webdeveloper.jar chrome.manifest install.js \
install.rdf license.txt
XPI_DIRS= chrome
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>