aboutsummaryrefslogtreecommitdiff
path: root/graphics/pecl-gmagick/Makefile
blob: d254a44d5217d0d8953d5a01cbfc10186bcaf0c3 (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
24
25
26
# New ports collection makefile for:	pecl-gmagick
# Date created:			7 Feb 2011
# Whom:				Dan Rowe <bsdports@csnstores.com>
#
# $FreeBSD$
#

PORTNAME=	gmagick
PORTVERSION=	1.0.8b1
CATEGORIES=	graphics
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

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

LIB_DEPENDS=	GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick

USE_PHP=	yes
USE_PHPEXT=	yes

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

.include <bsd.port.mk>