freebsd-ports/graphics/php-magickwand/Makefile
Beech Rintoul 7c29ed9db4 - Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION
2012-12-11 20:54:22 +00:00

26 lines
560 B
Makefile

# New ports collection makefile for: php-magickwand
# Date created: 05 Jan 2005
# Whom: <mark@goodstorm.com>
#
# $FreeBSD$
#
PORTNAME= magickwand
PORTVERSION= 1.0.9
PORTREVISION= 1
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
LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-magickwand=${LOCALBASE}
.include <bsd.port.mk>