diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 12:57:53 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 12:57:53 +0000 |
commit | f674e28d6d9ff51711d9b6c2763c1c880effab69 (patch) | |
tree | ade820d27f4c6e45f25aff3442aec0129001296b /graphics/jpgraph/Makefile | |
parent | 78dd5fae0da355b0cb8b7d14319e8449b6aa4839 (diff) | |
download | ports-f674e28d6d9ff51711d9b6c2763c1c880effab69.tar.gz ports-f674e28d6d9ff51711d9b6c2763c1c880effab69.zip |
Update to 1.16 release:
- use new PHP framework
- set NO_CDROM
Notes
Notes:
svn path=/head/; revision=114203
Diffstat (limited to 'graphics/jpgraph/Makefile')
-rw-r--r-- | graphics/jpgraph/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/graphics/jpgraph/Makefile b/graphics/jpgraph/Makefile index 3c5e7cac31bc..ebe29cca9f40 100644 --- a/graphics/jpgraph/Makefile +++ b/graphics/jpgraph/Makefile @@ -7,24 +7,17 @@ # PORTNAME= jpgraph -PORTVERSION= 1.14 +PORTVERSION= 1.16 CATEGORIES= graphics -MASTER_SITES= http://www.aditus.nu/jpgraph/downloads/ +MASTER_SITES= http://members.chello.se/jpgraph/jpgdownloads/ MAINTAINER= ale@FreeBSD.org COMMENT= Draw both "quick and dirty" graphs with a minimum of code NO_BUILD= yes -USE_PHP= yes -WANT_PHP_WEB= yes +USE_PHP= gd -pre-everything:: - @${ECHO} "" - @${ECHO} "You have to configure PHP with GD support." - @${ECHO} "" - @${ECHO} "If you have already compiled PHP without GD," - @${ECHO} "press CTRL+C now and rebuild it before installing jpgraph." - @${ECHO} "" +NO_CDROM= "The free version cannot be used in a commercial context" do-install: @${MKDIR} ${DATADIR} @@ -35,7 +28,7 @@ do-install: @${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/docs/ ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/src/Examples/ ${EXAMPLESDIR} + -${CP} ${WRKSRC}/src/Examples/* ${EXAMPLESDIR} .endif .include <bsd.port.mk> |