freebsd-ports/converters/pecl-fribidi/Makefile

30 lines
589 B
Makefile
Raw Normal View History

# New ports collection makefile for: pecl-fribidi
# Date created: 9 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fribidi
PORTVERSION= 1.0
2009-08-22 19:36:57 +02:00
PORTREVISION= 1
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
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}
.include <bsd.port.mk>