4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
17 lines
360 B
Makefile
17 lines
360 B
Makefile
# Created by: Simun Mikecin <numisemis@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Image_Canvas
|
|
PORTVERSION= 0.3.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics www pear
|
|
|
|
MAINTAINER= numisemis@yahoo.com
|
|
COMMENT= OO PEAR common interface to image drawing
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/Image/Color.php:graphics/pear-Image_Color
|
|
|
|
USE_PHP= gd
|
|
USES= dos2unix pear
|
|
|
|
.include <bsd.port.mk>
|