mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
25285f33ae
- Update pkg-descr PR: 166984 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
24 lines
583 B
Makefile
24 lines
583 B
Makefile
# Ports collection makefile for: pear-Image_Transform
|
|
# Date created: 01 Mai 2007
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Image_Transform
|
|
PORTVERSION= 0.9.5
|
|
CATEGORIES= graphics www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= A standard interface to manipulate images using different libraries
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
USE_PHP= gd
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|