mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
935460d922
Feature safe: yes
28 lines
552 B
Makefile
28 lines
552 B
Makefile
# New ports collection makefile for: pecl-fribidi
|
|
# Date created: 9 Jul 2004
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fribidi
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|