summaryrefslogtreecommitdiff
path: root/graphics/pear-Image_Graph/Makefile
blob: b78bca29a246286f03f76c9ea0c88d58c2c6cc30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.2 2006/02/05 23:09:37 joerg Exp $

DISTNAME=	Image_Graph-0.3.0dev4
PKGREVISION=	1
CATEGORIES=	graphics

MAINTAINER=	adrianp@NetBSD.org
HOMEPAGE= 	http://pear.php.net/package/Image_Graph/
COMMENT=	Package for displaying (numerical) data as a graph/chart/plot

DEPENDS+=	pear-Image_Canvas>=0.2.1:../../graphics/pear-Image_Canvas
DEPENDS+=	pear-Numbers_Roman-[0-9]*:../../math/pear-Numbers_Roman
DEPENDS+=	pear-Numbers_Words-[0-9]*:../../math/pear-Numbers_Words

.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"