A parser and renderer for binary Olson timezone files whose format is specified by the tzfile(5) man page on Unix-like systems. For more information about this format, see http://www.twinsun.com/tz/tz-link.htm. Functions are provided for converting the parsed data into TimeZoneSeries objects from the timezone-series package. On many platforms, binary Olson timezone files suitable for use with this package are available in the directory usrshare/zoneinfo and its subdirectories on your computer.
16 lines
583 B
Makefile
16 lines
583 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/11/24 21:24:01 szptvlfn Exp $
|
|
|
|
BUILDLINK_TREE+= hs-timezone-olson
|
|
|
|
.if !defined(HS_TIMEZONE_OLSON_BUILDLINK3_MK)
|
|
HS_TIMEZONE_OLSON_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-timezone-olson+= hs-timezone-olson>=0.1.4
|
|
BUILDLINK_ABI_DEPENDS.hs-timezone-olson+= hs-timezone-olson>=0.1.4
|
|
BUILDLINK_PKGSRCDIR.hs-timezone-olson?= ../../time/hs-timezone-olson
|
|
|
|
.include "../../devel/hs-extensible-exceptions/buildlink3.mk"
|
|
.include "../../time/hs-timezone-series/buildlink3.mk"
|
|
.endif # HS_TIMEZONE_OLSON_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-timezone-olson
|