Lines 8-27
Link Here
|
8 |
PORTNAME= jslib |
8 |
PORTNAME= jslib |
9 |
PORTVERSION= 0.1.365 |
9 |
PORTVERSION= 0.1.365 |
10 |
CATEGORIES= www |
10 |
CATEGORIES= www |
11 |
MASTER_SITES= http://downloads.mozdev.org/jslib/xpi/signed/ |
11 |
MASTER_SITES= http://lapo.it/freebsd/ |
12 |
DISTNAME= jslib_current_lite_signed |
12 |
DISTNAME= jslib_${PORTVERSION}_lite_signed |
13 |
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} |
|
|
14 |
|
13 |
|
15 |
MAINTAINER= lapo@lapo.it |
14 |
MAINTAINER= lapo@lapo.it |
16 |
COMMENT= Library of common useful routines for XPI developers |
15 |
COMMENT= Library of common useful routines for XPI developers |
17 |
|
16 |
|
18 |
LICENSE= MPL |
17 |
LICENSE= MPL |
19 |
|
18 |
|
20 |
FETCH_ARGS= "-pRr" # without "-A" as MASTER_SITE uses redirect to send to different mirrors |
|
|
21 |
|
22 |
XPI_ID= {DF8E5247-8E0A-4de6-B393-0735A39DFD80} |
19 |
XPI_ID= {DF8E5247-8E0A-4de6-B393-0735A39DFD80} |
23 |
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 |
24 |
XPI_DIRS= chrome/jsliblive chrome components defaults/preferences defaults |
21 |
XPI_DIRS= chrome/jsliblive chrome components defaults/preferences defaults |
25 |
|
22 |
|
|
|
23 |
# we don't (currently) care about the signature |
24 |
post-extract: |
25 |
@${RM} -rf ${WRKSRC}/META-INF |
26 |
|
26 |
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" |
27 |
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" |
27 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |