3f91711bbf
New in 0.9.5: * The data tables and line breaking algorithm have been updated to Unicode version 7.0.0. * In the include file uniname.h, the function unicode_name_character has been extended to look for name aliases.
17 lines
427 B
Makefile
17 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/02/21 09:11:09 wiz Exp $
|
|
|
|
DISTNAME= libunistring-0.9.5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://ftp.gnu.org/gnu/libunistring/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/libunistring/
|
|
COMMENT= Unicode string library
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
INFO_FILES= yes
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|