3787332c6a
mate-menus contains the libmate-menu library, the layout configuration files for the MATE menu, as well as a simple menu editor. The libmate-menu library implements the "Desktop Menu Specification" from freedesktop.org. mate-menus is a fork of gnome-menus.
15 lines
377 B
Makefile
15 lines
377 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/05/21 18:59:08 youri Exp $
|
|
#
|
|
|
|
BUILDLINK_TREE+= mate-menus
|
|
|
|
.if !defined(MATE_MENUS_BUILDLINK3_MK)
|
|
MATE_MENUS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.mate-menus+= mate-menus>=1.8.0
|
|
BUILDLINK_PKGSRCDIR.mate-menus?= ../../x11/mate-menus
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.endif # MATE_MENUS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -mate-menus
|