freebsd-ports/converters/pecl-fribidi/Makefile

23 lines
456 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
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}
.include <bsd.port.mk>