aboutsummaryrefslogtreecommitdiffstats
path: root/converters/pecl-fribidi/Makefile
blob: 136917f592c29e5216cd5ff7e110a842bf739c4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 72

CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}

.include <bsd.port.mk>