aboutsummaryrefslogtreecommitdiff
path: root/graphics/pear-Image_Color/Makefile
blob: 2861d7bc3f3f501471d97d3ff81c76ba8c808845 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Ports collection makefile for:  pear-Image_Color
# Date created:			  01 June 2004
# Whom:				  Gerrit Beine (<tux@pinguru.net>)
#
# $FreeBSD$
#

PORTNAME=	Image_Color
PORTVERSION=	1.0.1
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-PEAR
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_PHP=	gd

CATEGORY=	Image
FILES=		Color.php

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