Portfile

# $Id: Portfile 22958 2007-03-20 16:21:42Z pipping@macports.org $

PortSystem 1.0
name abook
version 0.5.6
categories mail
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 sbranzo@gmail.com
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 { cd ${worksrcpath}
reinplace "s|DESTDIR =|#DESTDIR =|g" Makefile }