summaryrefslogtreecommitdiff
path: root/graphics/pear-Image_3D/Makefile
blob: 7bd66884b0a055a6c4e48dfe4e18f0153eb2eb09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Image_3D
PORTVERSION=	0.4.2
CATEGORIES=	graphics www pear

MAINTAINER=	ports@FreeBSD.org
COMMENT=	PEAR class allows the rendering of 3 dimensional objects

USE_PHP=	gd
USES=	pear

.include <bsd.port.mk>