freebsd-ports/graphics/pecl-gmagick/Makefile
Dmitry Marakasov d1459f8ca6 - Switch graphics/GraphicsMagick to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix distinfo for graphics/cmg
- Fix shebang for graphics/vips

Approved by:	portmgr blanket
2014-08-04 19:34:31 +00:00

23 lines
497 B
Makefile

# Created by: Dan Rowe <bsdports@csnstores.com>
# $FreeBSD$
PORTNAME= gmagick
PORTVERSION= 1.1.7RC2
PORTREVISION= 2
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>