summaryrefslogtreecommitdiff
path: root/irc/xchat-systray-plugin/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-04 02:00:45 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-04 02:00:45 +0000
commit7b29d7aa4852ddb5d29e2892b369e0074cc6083d (patch)
tree6a757c5abd7ba52d3ed6e3084ae017d1ac31a041 /irc/xchat-systray-plugin/Makefile
parentNew port: pgadmin3. (diff)
Add xchat-systray-plugin, a GNOME/KDE/Xfce system tray applet that displays
useful information about active xchat sessions. PR: 58904 Submitted by: Pav Lucistnik <pav@oook.cz>
Notes
Notes: svn path=/head/; revision=93019
Diffstat (limited to 'irc/xchat-systray-plugin/Makefile')
-rw-r--r--irc/xchat-systray-plugin/Makefile32
1 files changed, 32 insertions, 0 deletions
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>