mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
653ca08290
PR: ports/168583 Submitted by: Oleg Ginzburg <olevole@olevole.ru> Approved by: Bill Moran <wmoran@collaborativefusion.com> (maintainer)
31 lines
585 B
Makefile
31 lines
585 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
|
|
DEFAULT_PHP_VER= 5
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|