17 lines
488 B
Makefile
17 lines
488 B
Makefile
# $NetBSD: buildlink3.mk,v 1.32 2013/09/02 19:50:45 adam Exp $
|
|
|
|
BUILDLINK_TREE+= jpilot
|
|
|
|
.if !defined(JPILOT_BUILDLINK3_MK)
|
|
JPILOT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.jpilot+= jpilot>=1.6.0
|
|
BUILDLINK_ABI_DEPENDS.jpilot+= jpilot>=1.8.0nb4
|
|
BUILDLINK_PKGSRCDIR.jpilot?= ../../comms/jpilot
|
|
|
|
.include "../../comms/pilot-link-libs/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.endif # JPILOT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -jpilot
|