freebsd-ports/devel/pecl-newt/Makefile
Renato Botelho ba3c7c921d Update to 1.2.6
Feature safe:	yes
2012-04-08 11:06:24 +00:00

33 lines
653 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.6
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
LICENSE= PHP301
USE_PHP= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= newt
IGNORE_WITH_PHP=4
post-patch:
@${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \
${WRKSRC}/config.m4
.include <bsd.port.mk>