diff --git a/mail/sylpheed-claws-trayicon/DESCR b/mail/sylpheed-claws-trayicon/DESCR new file mode 100644 index 000000000000..4be60abca441 --- /dev/null +++ b/mail/sylpheed-claws-trayicon/DESCR @@ -0,0 +1,6 @@ +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. diff --git a/mail/sylpheed-claws-trayicon/Makefile b/mail/sylpheed-claws-trayicon/Makefile new file mode 100644 index 000000000000..d6285fc243a2 --- /dev/null +++ b/mail/sylpheed-claws-trayicon/Makefile @@ -0,0 +1,14 @@ +# $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"