summaryrefslogtreecommitdiff
path: root/databases/abook/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-09-24 07:54:17 +0000
committerxtraeme <xtraeme>2003-09-24 07:54:17 +0000
commitfb6d897929a30aa06a55e6b35367370e1c3669fd (patch)
tree5487db119f604ccda112457918104c4ea5de746c /databases/abook/Makefile
parent8c644a305335390d2eca8f65c58cd053ea93b7a8 (diff)
downloadpkgsrc-fb6d897929a30aa06a55e6b35367370e1c3669fd.tar.gz
Updated to 0.5.0.
Update provided by Min Sik Kim <minskim@bawi.org> in PR pkg/22850. Changes: 0.5.0 - tried to work around some problems with readline - some documentation update 20030530 - updated autoconf/automake - updated man page - pine import filter update 20021008 - options.c rewritten (new mutt style rc file support) - palmcsv export filter (Koenraad Heijlen) - added a spec file for rpm support - added --with-readline configure option - merged newtab patch by Sinan Kaan Yerli - new option: add_email_prevent_duplicates - bugfixes 2002-03-11 - readline support - abook can be compiled with g++ - attempt to improve --datafile behavior - html filter update (Morten Brix Pedersen) - store rcfile and addressbook to .abook directory 2002-02-04 - use getopt to parse command line (also new options added) - use strcoll instead of strcmp for sorting entries - html filter fix - bugfixes
Diffstat (limited to 'databases/abook/Makefile')
-rw-r--r--databases/abook/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/abook/Makefile b/databases/abook/Makefile
index 123975419ba..801aeb07128 100644
--- a/databases/abook/Makefile
+++ b/databases/abook/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2003/07/13 13:50:55 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2003/09/24 07:54:17 xtraeme Exp $
#
-DISTNAME= abook-0.4.17
-PKGREVISION= 1
+DISTNAME= abook-0.5.0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abook/}
@@ -10,8 +9,10 @@ MAINTAINER= vincent.derrien@ahoup.net
HOMEPAGE= http://abook.sourceforge.net/
COMMENT= Text-based addressbook program
-USE_BUILDLINK2= YES
-GNU_CONFIGURE= YES
+USE_BUILDLINK2= yes
+USE_GNU_READLINE= yes
+GNU_CONFIGURE= yes
.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/readline/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"