summaryrefslogtreecommitdiff
path: root/chat/ekg/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-04-03 22:46:59 +0000
committerhubertf <hubertf@pkgsrc.org>2002-04-03 22:46:59 +0000
commit3d7b75b8cbbda2bd1427a7835ae4deb20b9c14ed (patch)
tree3ba1568f6766f18c0a71beab9c2d6f6984e1955c /chat/ekg/Makefile
parentbc6e385f22c20fabafb1de12d9fcf3e39e3852fb (diff)
downloadpkgsrc-3d7b75b8cbbda2bd1427a7835ae4deb20b9c14ed.tar.gz
Updated to release from 20020402, many new features and nicer for users.
Update contributed by Dawid SzymaƱski <dawszy@arhea.net> in PR 16184
Diffstat (limited to 'chat/ekg/Makefile')
-rw-r--r--chat/ekg/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile
index fd3bffc726d..63367e2742c 100644
--- a/chat/ekg/Makefile
+++ b/chat/ekg/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.3 2002/03/25 01:19:50 jmc Exp $
+# $NetBSD: Makefile,v 1.4 2002/04/03 22:46:59 hubertf Exp $
#
-DISTNAME= ekg-20020317
-PKGNAME= ekg-0.20020317
+DISTNAME= ekg-20020402
+PKGNAME= ekg-0.20020402
CATEGORIES= chat
-MASTER_SITES= http://dev.null.pl/ekg/
+MASTER_SITES= http://people.arhea.net/dawszy/NetBSD/ekg/
MAINTAINER= dawszy@arhea.net
HOMEPAGE= http://dev.null.pl/ekg/
-COMMENT= Experimental Gadu-Gadu Client (polish instant messaging system)
+COMMENT= Experimental Gadu-Gadu Client (Polish instant messaging system)
-HAS_CONFIGURE= YES
USE_GNU_READLINE= YES
+HAS_CONFIGURE= YES
USE_GMAKE= YES
CONFIGURE_ARGS+= --with-readline=${PREFIX}
@@ -19,7 +19,5 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CONFIGURE_ARGS+= --without-debug
-REPLACE_PERL= docs/ekl.pl
-
.include "../../devel/readline/buildlink.mk"
.include "../../mk/bsd.pkg.mk"