summaryrefslogtreecommitdiff
path: root/chat/ekg/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-09-25 18:05:17 +0000
committerwiz <wiz@pkgsrc.org>2002-09-25 18:05:17 +0000
commitc9de43ba9ffddc7fef41ace98e14ed91223ab426 (patch)
tree9459cf5ae50257969cf65d58aaf538526b98acc0 /chat/ekg/Makefile
parent1a92511186ba71b9123be68426d0e823679c209f (diff)
downloadpkgsrc-c9de43ba9ffddc7fef41ace98e14ed91223ab426.tar.gz
Update to 20020918, by Dawid Szymanski in PR 18335.
Some fixes and buildlink2ing by me. Changes: - bugfixes - new ncurses based interface (like irssi)
Diffstat (limited to 'chat/ekg/Makefile')
-rw-r--r--chat/ekg/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile
index 0ed5ea5e6ad..949e2ec9ef4 100644
--- a/chat/ekg/Makefile
+++ b/chat/ekg/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2002/07/13 03:05:38 rh Exp $
+# $NetBSD: Makefile,v 1.8 2002/09/25 18:05:17 wiz Exp $
#
-DISTNAME= ekg-20020709
-PKGNAME= ekg-0.20020709
+DISTNAME= ekg-20020918
+PKGNAME= ekg-0.20020918
CATEGORIES= chat
MASTER_SITES= http://people.arhea.net/dawszy/NetBSD/ekg/
@@ -11,13 +11,18 @@ HOMEPAGE= http://dev.null.pl/ekg/
COMMENT= Experimental Gadu-Gadu Client (Polish instant messaging system)
USE_GNU_READLINE= YES
-HAS_CONFIGURE= YES
+USE_NCURSES= YES # Package insist on it (patch it out?)
+GNU_CONFIGURE= YES
USE_GMAKE= YES
+USE_BUILDLINK2= YES
-CONFIGURE_ARGS+= --with-readline=${PREFIX}
+CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
+CONFIGURE_ARGS+= --with-curses=${BUILDLINK_PREFIX.ncurses}
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CONFIGURE_ARGS+= --without-debug
+CONFIGURE_ARGS+= --enable-ui-ncurses
-.include "../../devel/readline/buildlink.mk"
+.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/readline/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"