freebsd-ports/converters/pecl-fribidi/Makefile

25 lines
487 B
Makefile
Raw Normal View History

# 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
2012-07-24 09:19:21 +02:00
COMMENT= A PECL extension for the Unicode Bidi algorithm
2009-08-22 19:36:57 +02:00
LIB_DEPENDS= fribidi.3:${PORTSDIR}/converters/fribidi
2013-09-02 21:55:48 +02:00
USES= pkgconfig
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}
NO_STAGE= yes
.include <bsd.port.mk>