freebsd-ports/graphics/php-magickwand/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +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.4
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.magickwand.org/download/php/
PKGNAMEPREFIX= php-
DISTNAME= MagickWandForPHP-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A PHP extension to manipulate images
LIB_DEPENDS= Magick.10:${PORTSDIR}/graphics/ImageMagick
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-magickwand=${LOCALBASE}
.include <bsd.port.mk>