diff options
author | tonio <tonio> | 2006-01-13 21:20:45 +0000 |
---|---|---|
committer | tonio <tonio> | 2006-01-13 21:20:45 +0000 |
commit | 0cf4eab92bbc9b298b2ac708eda36fc9fc9d7244 (patch) | |
tree | 2fed7660e287aff6aa5802ea80e6252ebd13dea3 /databases/abook/Makefile | |
parent | c65f177ee48179423b58367c98eb71a564b5d8ed (diff) | |
download | pkgsrc-0cf4eab92bbc9b298b2ac708eda36fc9fc9d7244.tar.gz |
Update abook to 0.5.5
0.5.5
- i18n support (Cedric Duval)
- French translation (Cedric Duval)
- Swedish translation (Susanna Bjorverud)
- palmcsv import filter (Marc Tardif)
- use better common code for csv filters (Marc Tardif)
- translation HOWTO (Cedric Duval)
- wanderlust export filter (Josef Schugt)
- create a backup at save time
- editor undo fix
- ui_readline limit fix
Diffstat (limited to 'databases/abook/Makefile')
-rw-r--r-- | databases/abook/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/abook/Makefile b/databases/abook/Makefile index f54fed4a969..a2581e44a4d 100644 --- a/databases/abook/Makefile +++ b/databases/abook/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2005/10/15 19:13:34 tonio Exp $ +# $NetBSD: Makefile,v 1.15 2006/01/13 21:20:45 tonio Exp $ # -DISTNAME= abook-0.5.4 +DISTNAME= abook-0.5.5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abook/} @@ -11,9 +11,13 @@ COMMENT= Text-based addressbook program PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_PKGLOCALEDIR= yes +BUILD_USES_MSGFMT= yes USE_GNU_READLINE= yes GNU_CONFIGURE= yes +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |