pkgsrc/textproc/libunistring/Makefile
wiz b2ffbcdc10 libunistring: update to 0.9.10.
New in 0.9.10:
* The functions
    u8_casing_prefix_context, u8_casing_prefixes_context,
    u8_casing_suffix_context, u8_casing_suffixes_context,
    u16_casing_prefix_context, u16_casing_prefixes_context,
    u16_casing_suffix_context, u16_casing_suffixes_context,
    u32_casing_prefix_context, u32_casing_prefixes_context,
    u32_casing_suffix_context, u32_casing_suffixes_context,
  that are documented since version 0.9.1, are now actually implemented.
2018-05-27 12:38:19 +00:00

17 lines
443 B
Makefile

# $NetBSD: Makefile,v 1.12 2018/05/27 12:38:19 wiz Exp $
DISTNAME= libunistring-0.9.10
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 OR gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
INFO_FILES= yes
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"