mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add JQUERY option
- Pass maintainership to submitter PR: ports/189031 Submitted by: Melvyn Sopacua <melvyn@magemana.nl>
This commit is contained in:
parent
878ece541f
commit
b01d9682d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352810
@ -5,7 +5,7 @@ PORTVERSION= 0.8.3
|
||||
CATEGORIES= www devel
|
||||
MASTER_SITES= http://www.flotcharts.org/downloads/
|
||||
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
MAINTAINER= melvyn@magemana.nl
|
||||
COMMENT= JavaScript plotting library for jQuery
|
||||
|
||||
LICENSE= MIT
|
||||
@ -18,7 +18,10 @@ USES= zip
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES JQUERY
|
||||
JQUERY_DESC= Include provided JQuery 1.8.3
|
||||
OPTIONS_DEFAULT= JQUERY
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
|
@ -1,5 +1,3 @@
|
||||
@group www
|
||||
@owner www
|
||||
%%WWWDIR%%/excanvas.js
|
||||
%%WWWDIR%%/excanvas.min.js
|
||||
%%WWWDIR%%/jquery.colorhelpers.js
|
||||
@ -34,8 +32,6 @@
|
||||
%%WWWDIR%%/jquery.flot.threshold.min.js
|
||||
%%WWWDIR%%/jquery.flot.time.js
|
||||
%%WWWDIR%%/jquery.flot.time.min.js
|
||||
%%WWWDIR%%/jquery.js
|
||||
%%WWWDIR%%/jquery.min.js
|
||||
@owner
|
||||
@group
|
||||
%%JQUERY%%%%WWWDIR%%/jquery.js
|
||||
%%JQUERY%%%%WWWDIR%%/jquery.min.js
|
||||
@dirrmtry %%WWWDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user