334115d1e9
We provide easy to configure, lightweight open source C++, Java, JavaScript, Python libraries and a LibreOffice Spreadsheet extension for number to number name conversion, including cardinal and ordinal numbers, ordinal indicators and money amounts with currencies in more than 40 languages and numeral systems.
12 lines
359 B
Makefile
12 lines
359 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2018/08/15 14:02:46 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= libnumbertext
|
|
|
|
.if !defined(LIBNUMBERTEXT_BUILDLINK3_MK)
|
|
LIBNUMBERTEXT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libnumbertext+= libnumbertext>=1.0.3
|
|
BUILDLINK_PKGSRCDIR.libnumbertext?= ../../math/libnumbertext
|
|
.endif # LIBNUMBERTEXT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libnumbertext
|