15 lines
452 B
Makefile
15 lines
452 B
Makefile
# $NetBSD: buildlink3.mk,v 1.27 2017/09/18 09:53:07 maya Exp $
|
|
|
|
BUILDLINK_TREE+= gnustep-gui
|
|
|
|
.if !defined(GNUSTEP_GUI_BUILDLINK3_MK)
|
|
GNUSTEP_GUI_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gnustep-gui+= gnustep-gui>=0.16.0
|
|
BUILDLINK_ABI_DEPENDS.gnustep-gui+= gnustep-gui>=0.22.0nb15
|
|
BUILDLINK_PKGSRCDIR.gnustep-gui?= ../../x11/gnustep-gui
|
|
|
|
.include "../../devel/gnustep-base/buildlink3.mk"
|
|
.endif # GNUSTEP_GUI_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gnustep-gui
|