mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
===> PHPizing for php5-thrift-0.9.1 Cannot find config.m4. Make sure that you run '/usr/local/bin/phpize' in the top level source directory of the module *** Error code 1 Reported by: pkg-fallout since november 2013
30 lines
628 B
Makefile
30 lines
628 B
Makefile
# Created by: Ilya Bakulin <webmaster@kibab.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= thrift
|
|
PORTVERSION= ${THRIFT_PORTVERSION}
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= php5-
|
|
DISTFILES= # empty
|
|
MAINTAINER= webmaster@kibab.com
|
|
COMMENT= PHP interface to Thrift
|
|
|
|
BROKEN= Fails to configure
|
|
|
|
FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract
|
|
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= thrift_protocol
|
|
|
|
WRKSRC= ${WRKDIR}/php/src/ext/thrift_protocol
|
|
|
|
NO_STAGE= yes
|
|
post-extract:
|
|
${LN} -sfh \
|
|
`${MAKE} -C ${PORTSDIR}/devel/thrift -V WRKSRC`/lib/php \
|
|
${WRKDIR}
|
|
|
|
.include "../thrift/bsd.thrift.mk"
|
|
.include <bsd.port.mk>
|