# Created by: Alex Dupre # $FreeBSD: head/converters/pecl-fribidi/Makefile 412344 2016-04-01 13:29:15Z mat $ PORTNAME= fribidi PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= converters pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= ale@FreeBSD.org COMMENT= PECL extension for the Unicode Bidi algorithm LIB_DEPENDS= libfribidi.so:converters/fribidi USES= pkgconfig tar:tgz USE_PHP= yes USE_PHPEXT= yes IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-fribidi=${LOCALBASE} .include