summaryrefslogtreecommitdiff
path: root/chat/ekg/Makefile
diff options
context:
space:
mode:
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"