Lines 1-15
Link Here
|
1 |
# New ports collection makefile for: xpi-firebug |
1 |
# New ports collection makefile for: xpi-jslib |
2 |
# Date created: 10 Otcober 2010 |
2 |
# Date created: 10 October 2010 |
3 |
# Whom: Lapo Luchini <lapo@lapo.it> |
3 |
# Whom: Lapo Luchini <lapo@lapo.it> |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/www/xpi-jslib/Makefile,v 1.3 2011/01/17 09:09:05 erwin Exp $ |
5 |
# $FreeBSD: ports/www/xpi-jslib/Makefile,v 1.3 2011/01/17 09:09:05 erwin Exp $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= jslib |
8 |
PORTNAME= jslib |
9 |
PORTVERSION= 0.1.365 |
9 |
PORTVERSION= 0.1.370 |
10 |
CATEGORIES= www |
10 |
CATEGORIES= www |
11 |
MASTER_SITES= http://lapo.it/freebsd/ |
11 |
MASTER_SITES= http://lapo.it/freebsd/ |
12 |
DISTNAME= jslib_${PORTVERSION}_lite_signed |
12 |
DISTNAME= jslib_${PORTVERSION}_lite |
13 |
|
13 |
|
14 |
MAINTAINER= lapo@lapo.it |
14 |
MAINTAINER= lapo@lapo.it |
15 |
COMMENT= Library of common useful routines for XPI developers |
15 |
COMMENT= Library of common useful routines for XPI developers |
Lines 20-24
Link Here
|
20 |
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 |
20 |
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 |
21 |
XPI_DIRS= chrome/jsliblive chrome components defaults/preferences defaults |
21 |
XPI_DIRS= chrome/jsliblive chrome components defaults/preferences defaults |
22 |
|
22 |
|
|
|
23 |
post-patch: |
24 |
${REINPLACE_CMD} -Ee 's/>2[.]0[.][*]</>2.3.*</' ${WRKSRC}/install.rdf |
25 |
${RM} -f ${WRKSRC}/install.rdf.bak |
26 |
|
23 |
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" |
27 |
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" |
24 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |