freebsd-ports/graphics/jpgraph/Makefile

40 lines
867 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: jpgraph
# Date created: Oct 20, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= jpgraph
2006-06-08 10:35:30 +02:00
PORTVERSION= 1.20.4a
CATEGORIES= graphics
2005-03-04 15:43:01 +01:00
MASTER_SITES= http://members.chello.se/jpgraph/jpgdownloads/
MAINTAINER= ale@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= Draw both "quick and dirty" graphs with a minimum of code
NO_BUILD= yes
2006-06-08 10:35:30 +02:00
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}
USE_PHP= gd
2006-06-08 10:35:30 +02:00
DEFAULT_PHP_VER=4
BROKEN_WITH_PHP=5
NO_CDROM= The free version cannot be used in a commercial context
2005-03-04 15:43:01 +01:00
PORTDOCS= *
do-install:
@${MKDIR} ${DATADIR}
2003-04-07 18:19:16 +02:00
${CP} ${WRKSRC}/src/*.php ${DATADIR}
${CP} ${WRKSRC}/src/*.inc ${DATADIR}
${CP} ${WRKSRC}/src/*.dat ${DATADIR}
.if !defined(NOPORTDOCS)
2003-04-07 18:19:16 +02:00
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/docs/* ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
${CP} ${WRKSRC}/src/Examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>