freebsd-ports/converters/pecl-fribidi/Makefile
Tijl Coosemans 5850f0e383 converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-31 11:54:16 +00:00

23 lines
480 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= fribidi
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= converters pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= PECL extension for the Unicode Bidi algorithm
LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi
USES= pkgconfig tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}
.include <bsd.port.mk>