# Ports collection makefile for:  pear-Image_Color
# Date created:			  01 June 2004
# Whom:				  Gerrit Beine (<tux@pinguru.net>)
#
# $FreeBSD: ports/graphics/pear-Image_Color/Makefile,v 1.3 2005/12/09 19:24:38 ale Exp $
#

PORTNAME=	Image_Color
PORTVERSION=	1.0.2
CATEGORIES=	graphics www pear

MAINTAINER=	tux@pinguru.net
COMMENT=	PEAR::Image_Color manages and handles color data and conversions

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_PHP=	gd

CATEGORY=	Image
FILES=		Color.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
