This library allows applications to convert between Hijri/Gregorian dates and compute Muslim prayer times and Qibla direction based on multiple methods of calculation. Part of the Islamic Tools and Libraries project (ITL)
12 lines
300 B
Makefile
12 lines
300 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/09/07 00:53:34 jihbed Exp $
|
|
|
|
BUILDLINK_TREE+= libitl
|
|
|
|
.if !defined(LIBITL_BUILDLINK3_MK)
|
|
LIBITL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libitl+= libitl>=0.6.4
|
|
BUILDLINK_PKGSRCDIR.libitl?= ../../wip/libitl
|
|
.endif # LIBITL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libitl
|