2015-07-09 16:04:28 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2015/07/09 14:04:28 wiz Exp $
|
Import libunistring-0.9.3 as textproc/libunistring.
libunistring provides a library that implements Unicode strings (in
three flavours: UTF-8 strings, UTF-16 strings, UTF-32 strings),
together with functions for Unicode charactets (character names,
classifications, properties) and functions for string processing
(formatted output, width, word breaks, line breaks, normalization,
case folding, regular expressions).
2012-02-15 00:06:50 +01:00
|
|
|
|
2015-07-09 16:04:28 +02:00
|
|
|
DISTNAME= libunistring-0.9.6
|
Import libunistring-0.9.3 as textproc/libunistring.
libunistring provides a library that implements Unicode strings (in
three flavours: UTF-8 strings, UTF-16 strings, UTF-32 strings),
together with functions for Unicode charactets (character names,
classifications, properties) and functions for string processing
(formatted output, width, word breaks, line breaks, normalization,
case folding, regular expressions).
2012-02-15 00:06:50 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://ftp.gnu.org/gnu/libunistring/
|
|
|
|
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
2012-02-15 00:11:47 +01:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/libunistring/
|
|
|
|
COMMENT= Unicode string library
|
Import libunistring-0.9.3 as textproc/libunistring.
libunistring provides a library that implements Unicode strings (in
three flavours: UTF-8 strings, UTF-16 strings, UTF-32 strings),
together with functions for Unicode charactets (character names,
classifications, properties) and functions for string processing
(formatted output, width, word breaks, line breaks, normalization,
case folding, regular expressions).
2012-02-15 00:06:50 +01:00
|
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2012-12-06 01:10:26 +01:00
|
|
|
USE_LIBTOOL= yes
|
Import libunistring-0.9.3 as textproc/libunistring.
libunistring provides a library that implements Unicode strings (in
three flavours: UTF-8 strings, UTF-16 strings, UTF-32 strings),
together with functions for Unicode charactets (character names,
classifications, properties) and functions for string processing
(formatted output, width, word breaks, line breaks, normalization,
case folding, regular expressions).
2012-02-15 00:06:50 +01:00
|
|
|
INFO_FILES= yes
|
|
|
|
|
2012-12-06 01:10:26 +01:00
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
Import libunistring-0.9.3 as textproc/libunistring.
libunistring provides a library that implements Unicode strings (in
three flavours: UTF-8 strings, UTF-16 strings, UTF-32 strings),
together with functions for Unicode charactets (character names,
classifications, properties) and functions for string processing
(formatted output, width, word breaks, line breaks, normalization,
case folding, regular expressions).
2012-02-15 00:06:50 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|