2013-05-14 02:18:20 +02:00
|
|
|
# Created by: yukinopo@livedoor.com
|
2001-12-03 04:02:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= phplot
|
2013-05-14 02:18:20 +02:00
|
|
|
PORTVERSION= 6.1.0
|
2001-12-03 04:02:56 +01:00
|
|
|
CATEGORIES= graphics www
|
2009-09-17 15:58:33 +02:00
|
|
|
MASTER_SITES= SF:source1 \
|
2013-05-14 02:18:20 +02:00
|
|
|
SF/${PORTNAME}/Manual/20130511:source2
|
2009-09-17 15:58:33 +02:00
|
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:source1 \
|
2013-05-14 02:18:20 +02:00
|
|
|
${PORTNAME}docs-20130511.zip:source2
|
2001-12-03 04:02:56 +01:00
|
|
|
|
2013-05-14 02:18:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-06-11 15:47:54 +02:00
|
|
|
COMMENT= PHP class for creating scientific and business charts
|
2001-12-03 04:02:56 +01:00
|
|
|
|
2013-05-14 02:18:20 +02:00
|
|
|
LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
|
2001-12-03 04:02:56 +01:00
|
|
|
|
2008-02-21 13:15:16 +01:00
|
|
|
USE_ZIP= yes
|
|
|
|
USE_PHP= yes
|
|
|
|
DEFAULT_PHP_VER= 5
|
2001-12-03 04:02:56 +01:00
|
|
|
NO_BUILD= YES
|
|
|
|
|
2008-02-21 13:15:16 +01:00
|
|
|
PHPLOT_DIR= ${PREFIX}/include/php/phplot
|
2001-12-03 04:02:56 +01:00
|
|
|
|
2010-09-02 02:43:41 +02:00
|
|
|
LIBS= phplot.php rgb.inc.php
|
2001-12-03 04:02:56 +01:00
|
|
|
|
2013-05-14 02:18:20 +02:00
|
|
|
OPTIONS_DEFINE= FONTS
|
|
|
|
OPTIONS_DEFAULT= FONTS
|
|
|
|
FONTS_DESC= install TrueType fonts
|
2001-12-03 04:02:56 +01:00
|
|
|
|
2013-05-14 02:18:20 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MFONTS}
|
|
|
|
LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2
|
2008-02-21 13:15:16 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
do-install:
|
2009-04-08 00:28:25 +02:00
|
|
|
@${MKDIR} ${PHPLOT_DIR}
|
2008-02-21 13:15:16 +01:00
|
|
|
@${INSTALL_DATA} ${LIBS:S,^,${WRKSRC}/,} ${PHPLOT_DIR}/
|
2010-07-01 10:24:51 +02:00
|
|
|
|
2013-05-14 02:18:20 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2009-04-08 00:28:25 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2010-07-01 10:24:51 +02:00
|
|
|
@cd ${WRKDIR}/phplotdocs && ${COPYTREE_SHARE} . ${DOCSDIR}/
|
2008-02-21 13:15:16 +01:00
|
|
|
.endif
|
2009-04-08 00:28:25 +02:00
|
|
|
|
2001-12-03 04:02:56 +01:00
|
|
|
.include <bsd.port.mk>
|