openbsd-ports/x11/xfce4/garcon/Makefile
landry 9851becb3f Import garcon 0.1.5
This is garcon, a freedesktop.org compliant menu implementation based
on GLib and GIO. It was started as a complete rewrite of the former
Xfce menu library called libxfce4menu, which, in contrast to garcon,
was lacking menu merging features essential for loading menus modified
with menu editors.

Installs the xfce-applications.menu file which was previously in
xfdesktop, hence @conflict with xfdesktop-<4.7.0.
2011-01-18 19:55:53 +00:00

31 lines
770 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/01/18 19:55:53 landry Exp $
COMMENT = Xfce4 freedesktop.org compliant menu implementation
XFCE_PROJECT = garcon
XFCE_VERSION = 0.1.5
SHARED_LIBS += garcon-1 0.0
HOMEPAGE= http://www.xfce.org/projects/libraries/
MASTER_SITES ?= http://archive.xfce.org/src/libs/${XFCE_PROJECT:L}/${XFCE_BRANCH}/
# LGPLv2
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES = x11/xfce4
LIB_DEPENDS = devel/glib2
WANTLIB = gio-2.0 gmodule-2.0 glib-2.0 gobject-2.0 gthread-2.0 pcre z
BUILD_DEPENDS = x11/gtk+2
# regress tests needs the menu file provided by xfce-utils
REGRESS_DEPENDS = x11/xfce4/xfce-utils
FAKE_FLAGS = menudir=${PREFIX}/share/examples/garcon
.include <bsd.port.mk>