freebsd-ports/devel/pecl-newt/Makefile
2010-01-10 23:51:08 +00:00

31 lines
634 B
Makefile

# New ports collection makefile for: pecl-newt
# Date created: 2009-06-02
# Whom: Renato Botelho <garga@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= newt
PORTVERSION= 1.2.4
PORTREVISION= 1
CATEGORIES= devel www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
MAINTAINER= garga@FreeBSD.org
COMMENT= PHP language extension for RedHat Newt library
LIB_DEPENDS= newt.52:${PORTSDIR}/devel/newt
USE_PHP= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= newt
post-patch:
@${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \
${WRKSRC}/config.m4
.include <bsd.port.mk>