blob: fa43fcd216997eba28b0133716048b823873dde6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# ex:ts=8
# Ports collection makefile for: fribidi
# Date created: Apr 19, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= fribidi
PORTVERSION= 0.10.4
PORTREVISION= 2
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://freedesktop.org/~fribidi/download/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A Free Implementation of the Unicode Bidirectional Algorithm
GNU_CONFIGURE= yes
USE_GNOME= gnomehack pkgconfig
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|