# New ports collection makefile for:	xdebug
# Date created:				Thu Apr  3 12:44:57 GMT 2003
# Whom:					Jens Rehsack <rehsack@liwing.de>
#
# $FreeBSD: ports/devel/php-xdebug/Makefile,v 1.24 2012/02/12 14:45:34 sunpoet Exp $
#

PORTNAME=	xdebug
PORTVERSION=	2.1.3
CATEGORIES=	devel
MASTER_SITES=	http://www.xdebug.org/files/
PKGNAMEPREFIX=	php-
EXTRACT_SUFX=	.tgz

MAINTAINER=	wmoran@collaborativefusion.com
COMMENT=	Xdebug extension for PHP

CONFIGURE_ARGS=	--enable-xdebug
USE_PHP=	yes
USE_PHPEXT=	yes
USE_PHPIZE=	yes
SUB_FILES=	pkg-message

PKGMESSAGE=	${WRKDIR}/pkg-message

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
