forked from Lainports/freebsd-ports
This allows xdebug to work with all PHP versions again. PR: ports/170614 Approved by: maintainer timeout
29 lines
566 B
Makefile
29 lines
566 B
Makefile
# New ports collection makefile for: xdebug
|
|
# Date created: Thu Apr 3 12:44:57 GMT 2003
|
|
# Whom: Jens Rehsack <rehsack@liwing.de>
|
|
#
|
|
# $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
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|