2004-07-19 17:26:30 +02:00
|
|
|
# New ports collection makefile for: pecl-imagick
|
|
|
|
# Date created: 19 Jul 2004
|
|
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= imagick
|
|
|
|
PORTVERSION= 0.9.11
|
2005-03-06 23:16:54 +01:00
|
|
|
PORTREVISION= 2
|
2004-07-19 17:26:30 +02:00
|
|
|
CATEGORIES= graphics pear
|
|
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
|
|
PKGNAMEPREFIX= pecl-
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
DIST_SUBDIR= PECL
|
|
|
|
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
|
|
COMMENT= A PECL extension to manipulate images
|
|
|
|
|
2005-03-06 23:16:54 +01:00
|
|
|
LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick
|
2004-07-19 17:26:30 +02:00
|
|
|
|
|
|
|
USE_PHP= yes
|
|
|
|
USE_PHPEXT= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-imagick=${LOCALBASE}
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|