0.6.0pre2: Four configuration options have been deprecated and will no longer be accepted by abook: emailpos, extra_column, extra_alternative, extrapos They have been replaced with a single more flexible option: index_format. 0.6.0pre1: The 'customfield' command has been obsoleted by a more flexible set of commands: 'field' and 'view'.
25 lines
691 B
Makefile
25 lines
691 B
Makefile
# $NetBSD: Makefile,v 1.22 2011/02/18 23:56:48 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= abook-0.6.0pre2
|
|
PKGNAME= abook-0.6.0rc2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://abook.sourceforge.net/devel/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://abook.sourceforge.net/
|
|
COMMENT= Text-based addressbook program
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= msgfmt
|
|
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"
|