13 lines
267 B
Makefile
13 lines
267 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
PORTNAME= Image_3D
|
|
PORTVERSION= 0.4.2
|
|
CATEGORIES= graphics www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR class allows the rendering of 3 dimensional objects
|
|
|
|
USE_PHP= gd
|
|
USES= pear php
|
|
|
|
.include <bsd.port.mk>
|