5dfb71c7de
client side scripting language can be used to create application level logic and services for cross platform application development. By creating libraries of common useful routines, application developers can focus on creating original functionality for their own applications instead of dealing w/ complex xpconnect wrapper objects and worrying about which IDL methods do what and which are implemented on what platforms. Goal: jslib has a simple goal, "Make life easier for Mozilla Application Development by creating logical, easy to use API's for general purpose routines that lend themselves to living in library code." WWW: http://jslib.mozdev.org/ PR: ports/151359 Submitted by: Lapo Luchini <lapo at lapo.it>
27 lines
968 B
Makefile
27 lines
968 B
Makefile
# New ports collection makefile for: xpi-firebug
|
|
# Date created: 10 Otcober 2010
|
|
# Whom: Lapo Luchini <lapo@lapo.it>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jslib
|
|
PORTVERSION= 0.1.365
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://downloads.mozdev.org/jslib/xpi/signed/
|
|
DISTNAME= jslib_current_lite_signed
|
|
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= lapo@lapo.it
|
|
COMMENT= Library of common useful routines for XPI developers
|
|
|
|
LICENSE= MPL
|
|
|
|
FETCH_ARGS= "-pRr" # without "-A" as MASTER_SITE uses redirect to send to different mirrors
|
|
|
|
XPI_ID= {DF8E5247-8E0A-4de6-B393-0735A39DFD80}
|
|
XPI_FILES= application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js install.js install.rdf
|
|
XPI_DIRS= chrome/jsliblive chrome components defaults/preferences defaults
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|