# New ports collection makefile for: xdebug # Date created: Thu Apr 3 12:44:57 GMT 2003 # Whom: Jens Rehsack # # $FreeBSD$ # PORTNAME= xdebug PORTVERSION= 2.2.0 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 DEFAULT_PHP_VER= 5 PKGMESSAGE= ${WRKDIR}/pkg-message post-install: @${CAT} ${PKGMESSAGE} .include