pkgsrc/devel/libappindicator/Makefile
maya 5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00

19 lines
625 B
Makefile

# $NetBSD: Makefile,v 1.12 2019/04/26 13:13:50 maya Exp $
USE_GTK_VERSION= 2
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
PKGREVISION= 7
.include "Makefile.common"
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Allow applications to export a menu into the panel
.include "../../devel/libindicator/buildlink3.mk"
.include "../../devel/libdbusmenu-gtk/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/py-gobject/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"