# $Id: Portfile 139469 2015-08-18 01:10:17Z jmr@macports.org $ PortSystem 1.0 name abook version 0.5.6 revision 1 categories mail license GPL-2 description Address book with mutt support long_description abook uses curses libs and is able to import \ addressbooks from pine and netscape (ldif). \ Exports to mutt alias, html, pine, gcrd (GnomeCard), \ csv, elm alias, and plain text. homepage http://abook.sourceforge.net platforms darwin freebsd maintainers gmail.com:sbranzo master_sites sourceforge checksums md5 87d25df96864a7c507a4965e6d1da49d depends_lib port:gettext \ port:libiconv \ port:ncurses \ port:readline configure.args --with-libintl-prefix=${prefix} \ --with-libiconv-prefix=${prefix} \ --with-curses=${prefix} \ --with-readline=${prefix} \ --mandir=${prefix}/share/man post-configure { reinplace "s|DESTDIR =|#DESTDIR =|g" ${worksrcpath}/Makefile }