d1459f8ca6
- Bump dependent ports as .so version has changed - Fix distinfo for graphics/cmg - Fix shebang for graphics/vips Approved by: portmgr blanket
23 lines
497 B
Makefile
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>
|