1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/php-dbg2/Makefile
Josh Paetzel a31f8f0d82 Change MAINTAINER to my @FreeBSD.org address.
Approved by:	ade (mentor)
2008-09-06 20:16:45 +00:00

30 lines
595 B
Makefile

# 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
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
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>