2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2013/03/21 08:45:14 ajacoutot Exp $
|
2004-01-10 18:32:23 -05:00
|
|
|
|
2011-11-07 04:15:56 -05:00
|
|
|
COMMENT= library implementing the Unicode Bidirectional Algorithm
|
2004-01-10 18:32:23 -05:00
|
|
|
|
2013-01-29 09:55:49 -05:00
|
|
|
DISTNAME= fribidi-0.19.5
|
2011-11-07 04:15:56 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
2012-10-01 03:46:47 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2004-01-10 18:32:23 -05:00
|
|
|
|
2013-01-29 09:55:49 -05:00
|
|
|
SHARED_LIBS += fribidi 2.0 # 3.4
|
2004-01-10 18:32:23 -05:00
|
|
|
|
2011-11-07 04:15:56 -05:00
|
|
|
HOMEPAGE= http://fribidi.org/
|
|
|
|
|
|
|
|
# LGPLv2.1+
|
2004-01-10 18:32:23 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2011-11-07 04:15:56 -05:00
|
|
|
WANTLIB= c
|
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2012-10-01 03:46:47 -04:00
|
|
|
--enable-static \
|
2011-11-07 04:15:56 -05:00
|
|
|
--without-glib
|
2004-01-10 18:32:23 -05:00
|
|
|
|
2011-11-07 04:15:56 -05:00
|
|
|
post-install:
|
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/fribidi-config ${PREFIX}/bin
|
2004-01-10 18:32:23 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|