e8e8d1ed23
PR: ports/78455 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
34 lines
671 B
Makefile
34 lines
671 B
Makefile
# 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
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
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>
|