freebsd-ports/graphics/pear-Image_3D/Makefile
Ruslan Makhmatkhanov 268b2b990a - update to 0.4.2
- switch to PEAR_AUTOINSTALL

PR:		172904
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	miwi (maintainer, implicit via reassigning to the heap)
Feature safe:	yes
2012-12-03 18:26:00 +00:00

22 lines
482 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Image_3D
PORTVERSION= 0.4.2
CATEGORIES= graphics www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class allows the rendering of 3 dimensional objects
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PHP= gd
LATEST_LINK= pear-${PORTNAME}
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>