2013-07-21 12:31:26 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2013/07/21 10:31:26 shattered 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
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= libunistring-0.9.3
|
2013-07-21 12:31:26 +02:00
|
|
|
PKGREVISION= 2
|
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
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
|
|
|
|
|
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"
|