diff options
author | adam <adam@pkgsrc.org> | 2005-04-21 08:53:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-04-21 08:53:11 +0000 |
commit | b34277086878453c2e35f070ca5d28e0460da727 (patch) | |
tree | 3a1e8ce2cf9b0ccf925e84fdf928331742232c2f /chat/ekg/Makefile | |
parent | 11ccf6e38c718defbbbb6fae547d679d0f86ea0a (diff) | |
download | pkgsrc-b34277086878453c2e35f070ca5d28e0460da727.tar.gz |
Changes 1.6rc1:
* Fixed: memory leaks, crashes
* Now works with a proxy
* Enhanced scripts
* Bug fixes
Diffstat (limited to 'chat/ekg/Makefile')
-rw-r--r-- | chat/ekg/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile index b9a8bf338aa..f00f6a69ecf 100644 --- a/chat/ekg/Makefile +++ b/chat/ekg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2005/04/11 21:45:03 tv Exp $ +# $NetBSD: Makefile,v 1.31 2005/04/21 08:53:11 adam Exp $ -DISTNAME= ekg-1.5 -PKGREVISION= 2 +DISTNAME= ekg-1.6rc1 +PKGNAME= ekg-1.6 CATEGORIES= chat MASTER_SITES= http://dev.null.pl/ekg/ \ http://dev.null.pl/ekg/stare/ @@ -10,11 +10,11 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://dev.null.pl/ekg/ COMMENT= Experimental Gadu-Gadu Client (Polish instant messaging system) +USE_GNU_READLINE= yes USE_GNU_TOOLS+= make -USE_GNU_READLINE= YES -USE_LIBTOOL= YES -USE_NCURSES= YES # ncurses internals -GNU_CONFIGURE= YES +USE_LIBTOOL= yes +USE_NCURSES= yes +GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= lib/libgadu.pc.in CONFIGURE_ARGS+= --enable-ui-ncurses @@ -26,12 +26,13 @@ CONFIGURE_ARGS+= --without-debug .include "../../mk/pthread.buildlink3.mk" .if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} != "none") -CONFIGURE_ARGS+=--with-pthread +CONFIGURE_ARGS+= --with-pthread .endif .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/jpeg/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |