aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pecl-gmagick/Makefile
blob: 0ea6376b0ffffa7a7f9cd70d966a437575a52709 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Dan Rowe <bsdports@csnstores.com>
# $FreeBSD$

PORTNAME=   gmagick
PORTVERSION=    1.1.7RC2
PORTREVISION=   3
CATEGORIES= graphics
MASTER_SITES=   http://pecl.php.net/get/
PKGNAMEPREFIX=  pecl-
EXTRACT_SUFX=   .tgz
DIST_SUBDIR=    PECL

MAINTAINER= bsdports@wayfair.com
COMMENT=    Provides a wrapper to the GraphicsMagick library

LIB_DEPENDS=    libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick

USE_PHP=    yes
USE_PHPEXT= yes

CONFIGURE_ARGS= --with-gmagick=${LOCALBASE}

.include <bsd.port.mk>