summaryrefslogtreecommitdiff
path: root/chat/kyim/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-20 10:57:01 +0000
committerjlam <jlam@pkgsrc.org>2002-09-20 10:57:01 +0000
commit308be1fdcde661779722dc7ffeb035506fa8f99a (patch)
tree289b1e574852a54034ef3efb891593847331359d /chat/kyim/Makefile
parentcd1561f69a8ff8a54c6497463c02cc6bc2209106 (diff)
downloadpkgsrc-308be1fdcde661779722dc7ffeb035506fa8f99a.tar.gz
Initial import if kyim-1.0.
KYim is an instant messenger for Yahoo! networks. It supports basic connection to the Yahoo! Networks system, and connection through HTTP proxies, allowing you to: * manage your buddy list (add/remove buddies) * chat with your buddies by instant messages * send messages to your buddies when they are off-line * take part in conferences * have information about your Yahoo! Mail (is there mail waiting?) * receive incoming file transfers KYim is the successor to KYahoo, which is no longer maintained.
Diffstat (limited to 'chat/kyim/Makefile')
-rw-r--r--chat/kyim/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/chat/kyim/Makefile b/chat/kyim/Makefile
new file mode 100644
index 00000000000..123df9e635b
--- /dev/null
+++ b/chat/kyim/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/20 10:57:01 jlam Exp $
+
+DISTNAME= kyim-1.0
+CATEGORIES= chat kde
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kyim/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://kyim.sourceforge.net/
+COMMENT= KDE Yahoo! client
+
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
+GNU_CONFIGURE= YES
+CPPFLAGS+= -DHAVE_STDARG_H=1
+
+.include "../../x11/kde2/buildlink2.mk"
+.include "../../x11/kdebase2/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"