1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/pecl-newt/Makefile

34 lines
650 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
LICENSE= PHP301
LIB_DEPENDS= newt:${PORTSDIR}/devel/newt
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>