openbsd-ports/devel/fribidi/Makefile
couderc a17b4aef36 import of fribidi 0.10.4 from marcm@
A library to handle bidirectional scripts (eg. hebrew, arabic), so that
the display is done in the proper way; while the text data itself is
always written in logical order.
2004-01-10 23:32:23 +00:00

25 lines
543 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/01/10 23:32:23 couderc Exp $
COMMENT= "Library implementing the Unicode Bidirectional Algorithm"
DISTNAME= fribidi-0.10.4
CATEGORIES= devel
HOMEPAGE= http://fribidi.sourceforge.net/
MAINTAINER= Marc Matteo <marcm@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fribidi/}
EXTRACT_SUFX= .tar.bz2
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>