mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
2f4a960db6
- Trim Makefile header PR: ports/172533 Submitted by: Gasol Wu <gasol.wu@gmail.com> Approved by: maintainer timeout (2 weeks) makc, avilla (mentors, implicit) Feature safe: yes
26 lines
472 B
Makefile
26 lines
472 B
Makefile
# Created by: Jens Rehsack <rehsack@liwing.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xdebug
|
|
PORTVERSION= 2.2.1
|
|
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>
|