1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/pecl-gmagick/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

23 lines
419 B
Makefile

# Created by: Dan Rowe <bsdports@csnstores.com>
# $FreeBSD$
PORTNAME= gmagick
PORTVERSION= 1.1.7RC3
PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= bsdports@wayfair.com
COMMENT= Provides a wrapper to the GraphicsMagick library
LICENSE= PHP301
LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick
USES= php:pecl
IGNORE_WITH_PHP= 70 71 72
CONFIGURE_ARGS= --with-gmagick=${LOCALBASE}
.include <bsd.port.mk>