pkgsrc/x11/gnustep-gui/buildlink3.mk
rh 2b3a0eb31c Update gnustep-gui to 0.9.2.
Noteworthy changes in version `0.9.2'
=====================================

   * Working NSToolbar implementation
   * New Mac OS X methods in NSView and other classes
   * Fixed some sheet handling problems.
   * Integrated gif, jpg, and png handling in front-end.
   * Added overridable button and frame drawing functions
   * Add some keyed decode/encoding to some classes
   * NSStringDrawing redesigned.
   * Much improved loading of gorm files

Noteworthy changes in version `0.9.1'
=====================================

   * NSWindow - DnD works on whole window and events are propogated up
     to first DnD aware view.
   * Absolute paths and DnD works in OpenPanels.
2004-04-10 23:44:28 +00:00

24 lines
788 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2004/04/10 23:44:28 rh Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GNUSTEP_GUI_BUILDLINK3_MK:= ${GNUSTEP_GUI_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= gnustep-gui
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnustep-gui}
BUILDLINK_PACKAGES+= gnustep-gui
.if !empty(GNUSTEP_GUI_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.gnustep-gui+= gnustep-gui>=0.9.2
BUILDLINK_PKGSRCDIR.gnustep-gui?= ../../x11/gnustep-gui
.endif # GNUSTEP_GUI_BUILDLINK3_MK
.include "../../audio/libaudiofile/buildlink3.mk"
.include "../../devel/gnustep-base/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}