0318fdbbfc
2022-04-01: 1.0.10 release: * hu_Hung.sor: fix regression of transliteration on Windows - non-BMP characters aren't supported in bracket expressions in regex of MS Visual C++, resulting missing transliteration on Windows. Replaced by branches separated by |. 2022-04-01: 1.0.9 release: * hu_Hung.sor: fix regression of transliteration of punctuation marks
25 lines
556 B
Makefile
25 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.7 2022/04/20 20:11:35 wiz Exp $
|
|
|
|
DISTNAME= libnumbertext-1.0.10
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=Numbertext/}
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://numbertext.github.io/
|
|
COMMENT= Convert to number names from numbers
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++11
|
|
|
|
GCC_REQD+= 5
|
|
|
|
CONFIGURE_ARGS+= --disable-werror
|
|
|
|
PKGCONFIG_OVERRIDE+= libnumbertext.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|