blob: 7a473db07eaa13427f9df4f5d277df53c2e83098 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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@FreeBSD.org
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>
|