diff options
author | wiz <wiz> | 2002-09-25 18:05:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-25 18:05:17 +0000 |
commit | 6f869e3199c3185176af8a7ba9a5ac2b7d12a8c1 (patch) | |
tree | 9459cf5ae50257969cf65d58aaf538526b98acc0 /chat/ekg/Makefile | |
parent | c55c2175901cb2035c2e29882ce2f862d63443e9 (diff) | |
download | pkgsrc-6f869e3199c3185176af8a7ba9a5ac2b7d12a8c1.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/Makefile | 17 |
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" |