aboutsummaryrefslogtreecommitdiffstats
path: root/misc/libutf/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2003-06-03 12:45:27 +0800
committerwill <will@FreeBSD.org>2003-06-03 12:45:27 +0800
commite44f984760ef29423f02098760f4e65e9a20e1cc (patch)
treecf2b6d74bc14f95baad1d74e4b3b432419f32ea5 /misc/libutf/Makefile
parent22f73a21e19045dbc59de44a9657d2115e580240 (diff)
downloadfreebsd-ports-gnome-e44f984760ef29423f02098760f4e65e9a20e1cc.tar.gz
freebsd-ports-gnome-e44f984760ef29423f02098760f4e65e9a20e1cc.tar.zst
freebsd-ports-gnome-e44f984760ef29423f02098760f4e65e9a20e1cc.zip
Add libutf 2.10, an UTF-8 character set support library, including
regular expressions. PR: 52030 Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Diffstat (limited to 'misc/libutf/Makefile')
-rw-r--r--misc/libutf/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile
new file mode 100644
index 000000000000..cc4e926805c7
--- /dev/null
+++ b/misc/libutf/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: libutf
+# Date created: Fri May 9 16:43:42 EDT 2003
+# Whom: Serge Gagnon <gagnon__s@videotron.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libutf
+PORTVERSION= 2.10
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ \
+ http://www.westley.demon.co.uk/src/
+
+MAINTAINER= gagnon__s@videotron.ca
+COMMENT= UTF-8 character set support library, including regular expressions
+
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+ALL_TARGET= tst
+
+MAN3= ure.3 utf.3
+
+.include <bsd.port.mk>