summaryrefslogtreecommitdiff
path: root/chat/gtkyahoo/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-23 02:04:32 +0000
committerjlam <jlam@pkgsrc.org>2001-10-23 02:04:32 +0000
commit5036d9b5c203baf946551dfcf8b40fb56210f154 (patch)
tree4db3223a8d4e9bb47e3db630061e007ef8f37fcf /chat/gtkyahoo/Makefile
parent14f427a6938f195054930c16c0478624522b6664 (diff)
downloadpkgsrc-5036d9b5c203baf946551dfcf8b40fb56210f154.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/gtkyahoo/Makefile')
-rw-r--r--chat/gtkyahoo/Makefile26
1 files changed, 26 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"