blob: b396adc85d1a31d62ec27a3d019719e9d3ba9e64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: php-dbg2
# Date created: 19 July 2007
# Whom: Josh Paetzel <josh@tcbug.org>
#
# $FreeBSD$
#
PORTNAME= dbg2
PORTVERSION= 2.15.5
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/dbg/${PORTVERSION}
PKGNAMEPREFIX= php-
DISTNAME= dbg-${PORTVERSION}
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= Debugger for PHP
USE_PHP= yes
USE_PHPIZE= yes
DEFAULT_PHP_VER=5
CONFIGURE_ARGS= --enable-dbg=shared --with-dbg-profiler \
--with-php-config=${PREFIX}/bin/php-config \
--prefix=${PREFIX}/lib/php/${PHP_EXT_DIR}
PKGMESSAGE= pkg-message
BROKEN= does not compile with PHP 5.3.2
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|