summaryrefslogtreecommitdiff
path: root/converters/fribidi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/fribidi/Makefile')
-rw-r--r--converters/fribidi/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile
new file mode 100644
index 00000000000..bc2f8f56e52
--- /dev/null
+++ b/converters/fribidi/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/14 01:16:39 xtraeme Exp $
+#
+
+DISTNAME= fribidi-0.10.4
+CATEGORIES= converters
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fribidi/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://fribidi.sourceforge.net/
+COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
+
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= ${WRKSRC}/fribidi.pc.in
+
+TEST_TARGET= check
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"