From e44f984760ef29423f02098760f4e65e9a20e1cc Mon Sep 17 00:00:00 2001 From: will Date: Tue, 3 Jun 2003 04:45:27 +0000 Subject: Add libutf 2.10, an UTF-8 character set support library, including regular expressions. PR: 52030 Submitted by: Serge Gagnon --- misc/libutf/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 misc/libutf/Makefile (limited to 'misc/libutf/Makefile') 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 +# +# $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 -- cgit