2013-03-08 11:51:34 +01:00
|
|
|
# Created by: ijliao
|
2002-04-19 19:32:04 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fribidi
|
2015-12-21 19:35:47 +01:00
|
|
|
PORTVERSION= 0.19.7
|
2002-04-19 19:32:04 +02:00
|
|
|
CATEGORIES= converters
|
2006-04-18 07:52:35 +02:00
|
|
|
MASTER_SITES= http://fribidi.org/download/
|
2002-04-19 19:32:04 +02:00
|
|
|
|
2003-02-22 07:24:45 +01:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2014-06-09 13:21:52 +02:00
|
|
|
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
|
2002-04-19 19:32:04 +02:00
|
|
|
|
2015-12-21 19:35:47 +01:00
|
|
|
LICENSE= LGPL21
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
USES= gmake libtool pathfix tar:bz2
|
2006-11-05 03:46:18 +01:00
|
|
|
USE_LDCONFIG= yes
|
2010-10-03 17:45:37 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2015-12-21 19:35:47 +01:00
|
|
|
CONFIGURE_ARGS= --enable-static --without-glib
|
2014-08-31 13:54:16 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2009-08-22 19:26:50 +02:00
|
|
|
|
|
|
|
.if !defined(WITH_DEBUG)
|
2010-10-03 17:45:37 +02:00
|
|
|
CONFIGURE_ARGS+=--disable-debug
|
2009-08-22 19:26:50 +02:00
|
|
|
.endif
|
|
|
|
|
2009-08-23 19:17:33 +02:00
|
|
|
post-patch:
|
|
|
|
@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' < \
|
2016-04-01 15:18:17 +02:00
|
|
|
${FILESDIR}/fribidi-config > ${WRKDIR}/fribidi-config
|
2009-08-23 19:17:33 +02:00
|
|
|
|
|
|
|
post-install:
|
2014-02-03 05:11:38 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKDIR}/fribidi-config ${STAGEDIR}${PREFIX}/bin
|
2009-08-23 19:17:33 +02:00
|
|
|
|
2014-08-31 13:54:16 +02:00
|
|
|
.include <bsd.port.mk>
|