1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/graphics/jpgraph/Makefile
Alex Dupre bac307c614 Update to 1.20.2 release:
- Mark broken with PHP5
2006-01-23 07:23:23 +00:00

38 lines
796 B
Makefile

# ex:ts=8
# Ports collection makefile for: jpgraph
# Date created: Oct 20, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= jpgraph
PORTVERSION= 1.20.2
CATEGORIES= graphics
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= gd
BROKEN_WITH_PHP=5
NO_CDROM= The free version cannot be used in a commercial context
PORTDOCS= *
do-install:
@${MKDIR} ${DATADIR}
${CP} ${WRKSRC}/src/*.php ${DATADIR}
${CP} ${WRKSRC}/src/*.inc ${DATADIR}
${CP} ${WRKSRC}/src/*.dat ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/docs/* ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
${CP} ${WRKSRC}/src/Examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>