mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
c2a92a1aea
version 1.1.0 (via revision 464079).
23 lines
419 B
Makefile
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>
|