aboutsummaryrefslogtreecommitdiff
path: root/misc/libutf/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-03 04:45:27 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-03 04:45:27 +0000
commit9e80f501b309f12b7676aefb88bf94a85a8e79c8 (patch)
treebf05865053677318ee1f511da5c4bb17e1d25e14 /misc/libutf/Makefile
parent247bddfc9ce2d9f1e57c4d515778a40e5063805f (diff)
downloadports-9e80f501b309f12b7676aefb88bf94a85a8e79c8.tar.gz
ports-9e80f501b309f12b7676aefb88bf94a85a8e79c8.zip
Notes
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>