Package Collection. With the trayicon plugin, Sylpheed-claws will display an icon in the system tray. The desktop environment must be compatible with the system tray protocol specification from http://www.freedesktop.org/standards/. GNOME 2 and KDE 3.1.1 are known to follow it. You must manually load the plugin through Configuration/Plugins.
14 lines
352 B
Makefile
14 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 21:43:27 cube Exp $
|
|
#
|
|
|
|
PLUGIN_NAME= trayicon
|
|
.include "../../mail/sylpheed-claws/plugins.mk"
|
|
|
|
MAINTAINER= cube@NetBSD.org
|
|
COMMENT= Plugin to make Sylpheed-claws display an icon in the system tray
|
|
|
|
CONFIGURE_ARGS+= --enable-trayicon-plugin
|
|
|
|
.include "../../x11/gtk/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|