blob: 44e6e1e4fd9fbab131894e4c827b08a9aedc24a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= fribidi
PORTVERSION= 1.2
CATEGORIES= converters pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= A PECL extension for the Unicode Bidi algorithm
LIB_DEPENDS= fribidi.3:${PORTSDIR}/converters/fribidi
USES= pkgconfig
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}
NO_STAGE= yes
.include <bsd.port.mk>
|