diff options
author | jlam <jlam> | 2001-10-23 02:04:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-23 02:04:32 +0000 |
commit | bea8923d0d08c739ada2d43a4c0088cf758879a9 (patch) | |
tree | 4db3223a8d4e9bb47e3db630061e007ef8f37fcf /chat | |
parent | 2b19ae6ea1bad9ef67cab826756338e03966fdfd (diff) | |
download | pkgsrc-bea8923d0d08c739ada2d43a4c0088cf758879a9.tar.gz |
chat/gtkyahoo: GTK+ client for Yahoo! Messenger
GTKYahoo is a GPL'd GTK+-based Yahoo! pager client for UNIX. GTKYahoo has
a number of features not available in the Windows or Java versions of the
pager, including an auto-reply (answering machine) feature and automatic
forwarding of incoming messages via email.
Provided in pkg/14312 by ken@246gt.com with changes to use buildlink and
the pkgsrc/libyahoo by me.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gtkyahoo/Makefile | 26 | ||||
-rw-r--r-- | chat/gtkyahoo/distinfo | 5 | ||||
-rw-r--r-- | chat/gtkyahoo/patches/patch-aa | 24 | ||||
-rw-r--r-- | chat/gtkyahoo/pkg/DESCR | 4 | ||||
-rw-r--r-- | chat/gtkyahoo/pkg/PLIST | 12 |
5 files changed, 71 insertions, 0 deletions
diff --git a/chat/gtkyahoo/Makefile b/chat/gtkyahoo/Makefile new file mode 100644 index 00000000000..a11cedc92b5 --- /dev/null +++ b/chat/gtkyahoo/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/23 02:04:32 jlam Exp $ + +DISTNAME= gtkyahoo-0.18.2 +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkyahoo/} \ + http://www.unixtools.org/gtkyahoo/dist/ + +MAINTAINER= ken@246gt.com +HOMEPAGE= http://www.unixtools.org/gtkyahoo/ +COMMENT= GTK+ client for Yahoo! Messenger + +BUILD_DEPENDS+= bison:../../devel/bison + +USE_BUILDLINK_ONLY= YES +USE_PERL5= YES + +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-libyahoo="${BUILDLINK_DIR}" + +pre-configure: + ${RM} -rf ${WRKSRC}/libyahoo + +.include "../../chat/libyahoo/buildlink.mk" +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/gtkyahoo/distinfo b/chat/gtkyahoo/distinfo new file mode 100644 index 00000000000..0fca7b0e91f --- /dev/null +++ b/chat/gtkyahoo/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/10/23 02:04:32 jlam Exp $ + +SHA1 (gtkyahoo-0.18.2.tar.gz) = c1aa66766049635a328e59783a7f7a2afd7b9de7 +Size (gtkyahoo-0.18.2.tar.gz) = 300728 bytes +SHA1 (patch-aa) = b599a96a20e45878b4222759bd747a68dbd61ed9 diff --git a/chat/gtkyahoo/patches/patch-aa b/chat/gtkyahoo/patches/patch-aa new file mode 100644 index 00000000000..7e8b6392c27 --- /dev/null +++ b/chat/gtkyahoo/patches/patch-aa @@ -0,0 +1,24 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/10/23 02:04:32 jlam Exp $ + +--- Makefile.in.orig Fri Aug 24 05:04:09 2001 ++++ Makefile.in +@@ -80,7 +80,7 @@ + bin_PROGRAMS = gtkyahoo + libexec_SCRIPTS = gtkyahoo-sound-handler + +-SUBDIRS = libyahoo ++SUBDIRS = + + DISTCLEANFILES = gtkyahoo-sound-handler gtkyahoo.spec gtkyahoo-ximian.spec debian/changelog gtkyahoo.lsm + +@@ -90,8 +90,8 @@ + + INCLUDES = -I$(srcdir) -I. + +-gtkyahoo_LDADD = -L./libyahoo -lyahoo +-gtkyahoo_DEPENDENCIES = ./libyahoo/libyahoo.a ++gtkyahoo_LDADD = -lyahoo ++gtkyahoo_DEPENDENCIES = + + SOUNDS = sounds/beep.au sounds/logoff.au sounds/logon.au sounds/send.au sounds/receive.au + diff --git a/chat/gtkyahoo/pkg/DESCR b/chat/gtkyahoo/pkg/DESCR new file mode 100644 index 00000000000..77470b0e625 --- /dev/null +++ b/chat/gtkyahoo/pkg/DESCR @@ -0,0 +1,4 @@ +GTKYahoo is a GPL'd GTK+-based Yahoo! pager client for UNIX. GTKYahoo has +a number of features not available in the Windows or Java versions of the +pager, including an auto-reply (answering machine) feature and automatic +forwarding of incoming messages via email. diff --git a/chat/gtkyahoo/pkg/PLIST b/chat/gtkyahoo/pkg/PLIST new file mode 100644 index 00000000000..32c96a6c4e8 --- /dev/null +++ b/chat/gtkyahoo/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/23 02:04:32 jlam Exp $ +bin/gtkyahoo +libexec/gtkyahoo-sound-handler +share/gtkyahoo/sample.gtkyahoorc +share/gtkyahoo/simple.gtkyahoorc +share/gtkyahoo/sounds/beep.au +share/gtkyahoo/sounds/logoff.au +share/gtkyahoo/sounds/logon.au +share/gtkyahoo/sounds/receive.au +share/gtkyahoo/sounds/send.au +@dirrm share/gtkyahoo/sounds +@dirrm share/gtkyahoo |