31 lines
576 B
Makefile
31 lines
576 B
Makefile
# $OpenBSD: Makefile,v 1.53 2015/03/27 08:16:16 ajacoutot Exp $
|
|
|
|
COMMENT= fd.o menu editor for GNOME
|
|
|
|
GNOME_PROJECT= alacarte
|
|
GNOME_VERSION= 3.11.91
|
|
REVISION= 0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
# LGPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/python \
|
|
x11/gnome
|
|
|
|
BUILD_DEPENDS= devel/py-gobject3 \
|
|
x11/gnome/menus
|
|
|
|
RUN_DEPENDS= devel/py-gobject3 \
|
|
x11/gnome/menus
|
|
|
|
# pygobject GTK3 introspection (not provided by indirect dependencies)
|
|
RUN_DEPENDS += x11/gtk+3
|
|
|
|
PKG_ARCH= *
|
|
|
|
MODGNOME_TOOLS += desktop-file-utils docbook gtk-update-icon-cache
|
|
|
|
.include <bsd.port.mk>
|