summaryrefslogtreecommitdiff
path: root/chat/xchat-systray-integration/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-13 06:32:18 +0000
committerminskim <minskim>2004-02-13 06:32:18 +0000
commit133729c76deb505e1b2fe30c18bf1b7751baba96 (patch)
tree80c64b28efc87dcbc7d272fc65e4f740d3e272c4 /chat/xchat-systray-integration/Makefile
parent57574d189b4420b23962f1ebb9119e9203adb52b (diff)
downloadpkgsrc-133729c76deb505e1b2fe30c18bf1b7751baba96.tar.gz
Import xchat-systray-integration-2.4.0 from pkgsrc-wip.
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.
Diffstat (limited to 'chat/xchat-systray-integration/Makefile')
-rw-r--r--chat/xchat-systray-integration/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/chat/xchat-systray-integration/Makefile b/chat/xchat-systray-integration/Makefile
new file mode 100644
index 00000000000..0c29d87087d
--- /dev/null
+++ b/chat/xchat-systray-integration/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/13 06:32:18 minskim Exp $
+
+DISTNAME= xchat-systray-integration-2.4.0-src
+PKGNAME= ${DISTNAME:S/-src//}
+CATEGORIES= chat
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchat2-plugins/}
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://blight.altervista.org/index.php?act=Systray
+COMMENT= Systray icon plugin for X-Chat
+
+DEPENDS= xchat>=2.0:../../chat/xchat2
+
+WRKSRC= ${WRKDIR}/${PKGNAME}
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+
+SUBST_CLASSES+= cflags
+SUBST_MESSAGE.cflags= "Fixing CFLAGS."
+SUBST_STAGE.cflags= post-patch
+SUBST_FILES.cflags= Makefile
+SUBST_SED.cflags= -e 's|CFLAGS = -O2 -Wall|CFLAGS = ${CFLAGS}|g'
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/systray.so ${LOCALBASE}/lib/xchat/plugins/
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"