5cbe079c2f
A Free Implementation of the Unicode Bidirectional Algorithm
21 lines
346 B
Makefile
21 lines
346 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: fribidi
|
|
# Date created: Apr 19, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fribidi
|
|
PORTVERSION= 0.10.3
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|