2002-04-19 19:32:04 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: fribidi
|
|
|
|
# Date created: Apr 19, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fribidi
|
2006-04-18 07:52:35 +02:00
|
|
|
PORTVERSION= 0.10.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
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A Free Implementation of the Unicode Bidirectional Algorithm
|
2002-04-19 19:32:04 +02:00
|
|
|
|
2007-01-28 10:07:47 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-06-16 22:52:58 +02:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2006-11-05 03:46:18 +01:00
|
|
|
USE_LDCONFIG= yes
|
2002-04-19 19:32:04 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|