2006-08-17 11:38:01 +02:00
|
|
|
# New ports collection makefile for: pecl-expect
|
|
|
|
# Date created: 2006/08/17
|
|
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= expect
|
2009-09-03 23:57:25 +02:00
|
|
|
PORTVERSION= 0.2.6
|
2006-08-17 11:38:01 +02:00
|
|
|
CATEGORIES= devel pear
|
|
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
|
|
PKGNAMEPREFIX= pecl-
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
DIST_SUBDIR= PECL
|
|
|
|
|
2009-08-28 20:54:47 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2006-08-17 11:38:01 +02:00
|
|
|
COMMENT= A PHP extension for expect library
|
|
|
|
|
|
|
|
LIB_DEPENDS= expect543:${PORTSDIR}/lang/expect
|
|
|
|
|
|
|
|
USE_PHP= yes
|
|
|
|
USE_PHPEXT= yes
|
|
|
|
|
2009-06-11 07:04:28 +02:00
|
|
|
CONFIGURE_ARGS+=--with-expect=${LOCALBASE}
|
|
|
|
|
2006-08-17 11:38:01 +02:00
|
|
|
post-patch:
|
2009-01-02 14:35:18 +01:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's/\(LIBRARY_WITH_PATH(\)expect/\1expect543/' \
|
|
|
|
${WRKSRC}/config.m4
|
2006-08-17 11:38:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|