openbsd-ports/x11/gnome/menus/Makefile

35 lines
769 B
Makefile
Raw Normal View History

2013-04-16 09:17:00 -04:00
# $OpenBSD: Makefile,v 1.66 2013/04/16 13:17:02 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= implementation of the FreeDesktop Desktop Menu Spec
GNOME_PROJECT= gnome-menus
2013-03-29 09:57:59 -04:00
GNOME_VERSION= 3.8.0
SHARED_LIBS += gnome-menu-3 0.0 # 0.0
# GPLv2/LGPLv2
PERMIT_PACKAGE_CDROM= Yes
2009-10-11 06:05:34 -04:00
2013-03-29 09:57:59 -04:00
WANTLIB += ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 pcre pthread
WANTLIB += z
MODULES= devel/gettext \
x11/gnome
MODGNOME_DESKTOP_FILE= Yes
2013-04-16 09:17:00 -04:00
MODGNOME_TOOLS= gi
2011-09-12 03:28:52 -04:00
RUN_DEPENDS= devel/gobject-introspection
LIB_DEPENDS= devel/glib2
pre-configure:
2013-03-29 09:57:59 -04:00
${SUBST_CMD} ${WRKSRC}/layout/gnome-applications.menu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-menus
2012-11-19 05:06:34 -05:00
mv ${WRKINST}${SYSCONFDIR}/xdg ${PREFIX}/share/examples/gnome-menus
.include <bsd.port.mk>