diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-10 16:46:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-10 16:46:17 +0000 |
commit | 55952bfa9dc50a8cab77a5acc3746e9d76f68ccd (patch) | |
tree | 0b945764cf7a1dec8e993635f9174ed81808d065 /graphics/pecl-gmagick | |
parent | 4f067e03cef1b0862612d8579b99c94466f2b6dd (diff) | |
download | ports-55952bfa9dc50a8cab77a5acc3746e9d76f68ccd.tar.gz ports-55952bfa9dc50a8cab77a5acc3746e9d76f68ccd.zip |
Notes
Diffstat (limited to 'graphics/pecl-gmagick')
-rw-r--r-- | graphics/pecl-gmagick/Makefile | 26 | ||||
-rw-r--r-- | graphics/pecl-gmagick/distinfo | 2 | ||||
-rw-r--r-- | graphics/pecl-gmagick/pkg-descr | 3 |
3 files changed, 31 insertions, 0 deletions
diff --git a/graphics/pecl-gmagick/Makefile b/graphics/pecl-gmagick/Makefile new file mode 100644 index 000000000000..d254a44d5217 --- /dev/null +++ b/graphics/pecl-gmagick/Makefile @@ -0,0 +1,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> diff --git a/graphics/pecl-gmagick/distinfo b/graphics/pecl-gmagick/distinfo new file mode 100644 index 000000000000..08d08c536cb3 --- /dev/null +++ b/graphics/pecl-gmagick/distinfo @@ -0,0 +1,2 @@ +SHA256 (PECL/gmagick-1.0.8b1.tgz) = f14af2d1c3158168d403269ed97bbb5847a37165422003fbc9ccb5255e0a0801 +SIZE (PECL/gmagick-1.0.8b1.tgz) = 37576 diff --git a/graphics/pecl-gmagick/pkg-descr b/graphics/pecl-gmagick/pkg-descr new file mode 100644 index 000000000000..8799943a34b3 --- /dev/null +++ b/graphics/pecl-gmagick/pkg-descr @@ -0,0 +1,3 @@ +Provides a wrapper to the GraphicsMagick library. + +WWW: http://pecl.php.net/package/gmagick/ |