summaryrefslogtreecommitdiff
path: root/chat/ekg/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2002-03-18 06:42:34 +0000
committerzuntum <zuntum@pkgsrc.org>2002-03-18 06:42:34 +0000
commita3aadd313e16a9a7e2f6fdf423d5df034c9de7da (patch)
treebdcbdd3a692bd484b6b33f6b99bcc2c00c155f3a /chat/ekg/Makefile
parenta7725a66d799386245b1a78fe5e4f505d4e1f6ce (diff)
downloadpkgsrc-a3aadd313e16a9a7e2f6fdf423d5df034c9de7da.tar.gz
Initial import of ekg-0.20020317
EKG is an experimental text mode client for a polish instant messaging system "Gadu-Gadu". It supports themes, and contact list exchange with the original (windows) client. Submitted by Dawid Szymanski in private mail.
Diffstat (limited to 'chat/ekg/Makefile')
-rw-r--r--chat/ekg/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile
new file mode 100644
index 00000000000..e3a6bb613fc
--- /dev/null
+++ b/chat/ekg/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/03/18 06:42:34 zuntum Exp $
+#
+
+DISTNAME= ekg-20020317
+PKGNAME= ekg-0.20020317
+CATEGORIES= chat
+MASTER_SITES= http://dev.null.pl/ekg/
+
+MAINTAINER= dawszy@arhea.net
+HOMEPAGE= http://dev.null.pl/ekg/
+COMMENT= Experimental Gadu-Gadu Client
+
+HAS_CONFIGURE= YES
+USE_GNU_READLINE= YES
+USE_GMAKE= YES
+
+CONFIGURE_ARGS+= --with-readline=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/man
+
+REPLACE_PERL= docs/ekl.pl
+
+.include "../../devel/readline/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"