freebsd-ports/graphics/php-magickwand/Makefile

27 lines
562 B
Makefile
Raw Normal View History

# New ports collection makefile for: php-magickwand
# Date created: 05 Jan 2005
# Whom: <mark@goodstorm.com>
#
# $FreeBSD$
#
PORTNAME= magickwand
2009-02-20 16:42:30 +01:00
PORTVERSION= 1.0.8
2010-07-24 21:49:59 +02:00
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= http://www.magickwand.org/download/php/
PKGNAMEPREFIX= php-
DISTNAME= MagickWandForPHP-${PORTVERSION}
MAINTAINER= miwi@FreeBSD.org
COMMENT= A PHP extension to manipulate images
2010-07-24 21:49:59 +02:00
LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-magickwand=${LOCALBASE}
.include <bsd.port.mk>