Ticket #11579: abook.patch
File abook.patch, 934 bytes (added by sbranzo@…, 18 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name abook 5 version 0.5. 35 version 0.5.6 6 6 categories mail 7 7 description Address book with mutt support 8 8 long_description abook uses curses libs and is able to import \ … … 11 11 csv, elm alias, and plain text. 12 12 homepage http://abook.sourceforge.net 13 13 platforms darwin freebsd 14 maintainers nomaintainer@macports.org14 maintainers sbranzo@gmail.com 15 15 master_sites sourceforge 16 checksums md5 a0e7c6d473f9363f312c2c01769a528117 depends_lib lib:readline:readline16 checksums md5 87d25df96864a7c507a4965e6d1da49d 17 depends_lib port:readline port:ncurses 18 18 configure.args --with-readline=${prefix} 19 19 post-configure { cd ${worksrcpath} 20 20 reinplace "s|DESTDIR =|#DESTDIR =|g" Makefile }