5200aef501
. Use space on WWW
27 lines
514 B
Makefile
27 lines
514 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= newt
|
|
PORTVERSION= 1.2.8
|
|
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= libnewt.so:${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>
|