aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/fribidi/Makefile
blob: 5d9d7cd1790897f4f40255b27dc102776ea89d9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    fribidi
# Date created:             17 July 2000
# Whom:             Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   fribidi
PORTVERSION=    0.1.12
CATEGORIES= textproc devel
MASTER_SITES=   http://imagic.weizmann.ac.il/~dov/freesw/FriBidi/

PATCH_SITES=    ftp://ftp.gtk.org/pub/gtk/v1.3/dependencies/
PATCHFILES= fribidi-0.1.12-glib2.patch
PATCH_DIST_STRIP=   -p1

MAINTAINER= sobomax@FreeBSD.org

LIB_DEPENDS=    glib-1.3.1:${PORTSDIR}/devel/glib13

USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes

.include <bsd.port.mk>