summaryrefslogtreecommitdiffstats
path: root/devel/pear-apd/Makefile
blob: 9795ed7d7cfb5f63adb80b0838adb33a44e6a068 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Ports collection makefile for:  pear-apd
# Date created:			  06 Septemeber 2003
# Whom:				  Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#

PORTNAME=	apd
PORTVERSION=	${APD_VER}
PORTEPOCH=	1
CATEGORIES=	devel pear

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A full-featured engine-level PHP profiler/debugger

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_PHP=	yes
USE_PHPIZE=	yes

CONFIGURE_ARGS=	--enable-apd

DUMP_DIR?=	/var/tmp/apd

PORTDOCS=	README

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"

.if ${PHP_VER} == 4
APD_VER=	0.9.2
MD5_FILE=	${MASTERDIR}/distinfo.php4
.else
APD_VER=	1.0.1
MD5_FILE=	${MASTERDIR}/distinfo.php5
.endif

PLIST_SUB+=	EXTDIR=lib/php/${PHP_EXT_DIR}

PHP_DEBUG=	${PHP_EXT_DIR:C/[0-9]*//}
SUB_FILES=	pkg-message
SUB_LIST=	PHP_EXT_DIR=${PHP_EXT_DIR} DUMP_DIR=${DUMP_DIR} DEBUG=${PHP_DEBUG:S/-/_/}

post-extract:
	@${CHMOD} -R u+w ${WRKSRC}

post-install-script:
	@${STRIP_CMD} ${PHP_BASE}/lib/php/${PHP_EXT_DIR}/apd.so
	@${MKDIR} ${DUMP_DIR}
	@${CHMOD} a+w ${DUMP_DIR}
	${INSTALL_SCRIPT} ${WRKSRC}/pprofp ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for FILE in ${PORTDOCS}
	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
	@${ECHO_MSG}
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud