pkgsrc/x11/xfce4-menueditor/buildlink3.mk
martti 9bbde9d5b1 Updated xfce4-menueditor to 1.05
* filesel dialog for launcher command in edit and add dialog
* filesel dialog for new menu filename
* check if all field are filled when adding and creating a new menu
* no more gint response (might cause prbl at compiling under NetBSD)
* (begin of) icon support added
* text in tree formatted
* patch for my_tree_store_swap_up and my_tree_store_swap_down applied
* menueditor.c splitted into more files
* bug in my_tree_store_swap_up and my_tree_store_swap_down leading to
  corrupted menu file fixed.
2004-04-02 10:07:26 +00:00

22 lines
751 B
Makefile

# $NetBSD: buildlink3.mk,v 1.3 2004/04/02 10:07:26 martti Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
XFCE4_MENUEDITOR_BUILDLINK3_MK:= ${XFCE4_MENUEDITOR_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= xfce4-menueditor
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-menueditor}
BUILDLINK_PACKAGES+= xfce4-menueditor
.if !empty(XFCE4_MENUEDITOR_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.xfce4-menueditor+= xfce4-menueditor>=1.0.5
BUILDLINK_PKGSRCDIR.xfce4-menueditor?= ../../x11/xfce4-menueditor
.endif # XFCE4_MENUEDITOR_BUILDLINK3_MK
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/libxfce4gui/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}