20 lines
378 B
Makefile
20 lines
378 B
Makefile
# 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/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_GLIB= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|