diff options
author | jlam <jlam> | 2002-09-20 10:57:01 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-20 10:57:01 +0000 |
commit | 9896af28a644ea1cacd8060cfbc07dab06ec1289 (patch) | |
tree | 289b1e574852a54034ef3efb891593847331359d /chat/kyim/Makefile | |
parent | ac3dc0f8260a6afd096b93bd2ecc5427fae1fab8 (diff) | |
download | pkgsrc-9896af28a644ea1cacd8060cfbc07dab06ec1289.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/Makefile | 20 |
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" |