3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
19 lines
385 B
Makefile
19 lines
385 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fribidi
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= converters pear
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= PECL extension for the Unicode Bidi algorithm
|
|
|
|
LIB_DEPENDS= libfribidi.so:converters/fribidi
|
|
|
|
USES= php:pecl pkgconfig
|
|
IGNORE_WITH_PHP= 70 71
|
|
|
|
CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|