c7383780db
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
22 lines
596 B
Makefile
22 lines
596 B
Makefile
# $NetBSD: Makefile,v 1.28 2015/08/18 07:31:04 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= abook-0.6.0pre2
|
|
PKGNAME= abook-0.6.0rc2
|
|
PKGREVISION= 3
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://abook.sourceforge.net/devel/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://abook.sourceforge.net/
|
|
COMMENT= Text-based addressbook program
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= msgfmt
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|