aboutsummaryrefslogtreecommitdiffstats
path: root/converters/fribidi/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-04-20 01:32:04 +0800
committerijliao <ijliao@FreeBSD.org>2002-04-20 01:32:04 +0800
commitfd356cc822c65686d729f9aaa7596487c24750bf (patch)
treedd252f6ea567ba10aa4211979ef4d5e6e3f4f199 /converters/fribidi/Makefile
parent63d0fa53dbe03afe1760027f3022ee6891b7713f (diff)
downloadfreebsd-ports-gnome-fd356cc822c65686d729f9aaa7596487c24750bf.tar.gz
freebsd-ports-gnome-fd356cc822c65686d729f9aaa7596487c24750bf.tar.zst
freebsd-ports-gnome-fd356cc822c65686d729f9aaa7596487c24750bf.zip
add fribidi 0.10.3
A Free Implementation of the Unicode Bidirectional Algorithm
Diffstat (limited to 'converters/fribidi/Makefile')
-rw-r--r--converters/fribidi/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile
new file mode 100644
index 000000000000..7f5f02553d5a
--- /dev/null
+++ b/converters/fribidi/Makefile
@@ -0,0 +1,20 @@
+# 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>