blob: 396ec427f98e554bed841b00a2f74150368185fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: pecl-imagick
# Date created: 13 Apr 2007
# Whom: Andrey Slusar <anray@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= imagick
PORTVERSION= 0.9.13
CATEGORIES= graphics
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= anray@FreeBSD.org
COMMENT= Provides a wrapper to the ImageMagick/GraphicsMagick library
LIB_DEPENDS= Magick.10:${PORTSDIR}/graphics/ImageMagick
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-imagick=${LOCALBASE}
.include <bsd.port.mk>
|