diff options
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/xchat-systray-plugin/Makefile | 32 | ||||
-rw-r--r-- | irc/xchat-systray-plugin/distinfo | 1 | ||||
-rw-r--r-- | irc/xchat-systray-plugin/pkg-descr | 5 | ||||
-rw-r--r-- | irc/xchat-systray-plugin/pkg-plist | 1 |
5 files changed, 40 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 9be33648a259..5eb078d9acbe 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -75,6 +75,7 @@ SUBDIR += trickyirc SUBDIR += xaric SUBDIR += xchat + SUBDIR += xchat-systray-plugin SUBDIR += xchat2 SUBDIR += zircon diff --git a/irc/xchat-systray-plugin/Makefile b/irc/xchat-systray-plugin/Makefile new file mode 100644 index 000000000000..5e1daa5e60d1 --- /dev/null +++ b/irc/xchat-systray-plugin/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xchat-systray-plugin +# Date Created: Nov 04 2003 +# Whom: Pav Lucistnik <pav@oook.cz> +# +# $FreeBSD$ +# + +PORTNAME= xchat-systray-plugin +PORTVERSION= 2.4.0 +CATEGORIES= irc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= xchat2-plugins +DISTNAME= xchat-systray-integration-${PORTVERSION}-src + +MAINTAINER= pav@oook.cz +COMMENT= Systray icon plugin for X-Chat + +RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat2 + +WRKSRC= ${WRKDIR}/xchat-systray-integration-${PORTVERSION} +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gtk20 +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/systray.so ${X11BASE}/lib/xchat/plugins/ + +.include <bsd.port.mk> diff --git a/irc/xchat-systray-plugin/distinfo b/irc/xchat-systray-plugin/distinfo new file mode 100644 index 000000000000..7bf7d9951a0d --- /dev/null +++ b/irc/xchat-systray-plugin/distinfo @@ -0,0 +1 @@ +MD5 (xchat-systray-integration-2.4.0-src.tar.gz) = c6e7e936b643ef5570dce91d40478bcf diff --git a/irc/xchat-systray-plugin/pkg-descr b/irc/xchat-systray-plugin/pkg-descr new file mode 100644 index 000000000000..de01c847f8f3 --- /dev/null +++ b/irc/xchat-systray-plugin/pkg-descr @@ -0,0 +1,5 @@ +Plugin for IRC client X-Chat which adds an icon in your systray that flashes +when you got highlighted message. Configurable events and actions. +Integrates with KDE, GNOME and Xfce4. + +WWW: http://blight.altervista.org/index.php?act=Systray diff --git a/irc/xchat-systray-plugin/pkg-plist b/irc/xchat-systray-plugin/pkg-plist new file mode 100644 index 000000000000..fa947807e5ed --- /dev/null +++ b/irc/xchat-systray-plugin/pkg-plist @@ -0,0 +1 @@ +lib/xchat/plugins/systray.so |