freebsd-ports/graphics/pear-Image_3D/Makefile
Sunpoet Po-Chuan Hsieh c492311203 Update distinfo and unbreak this port
- While I'm here:
  - Add USES=php
  - Fix indent

Content of tarballs are unchanged (checked against [1]).

=> Image_3D-0.4.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Image_3D-0.4.2.tgz
fetch: http://pear.php.net/get/Image_3D-0.4.2.tgz: size mismatch: expected 130642, actual 132136

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Image_3D-0.4.2.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:39:27 +00:00

14 lines
278 B
Makefile

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