# $Id: Portfile,v 1.2 2006/03/31 18:48:39 matt Exp $ PortSystem 1.0 name compface version 1.5.2 categories graphics platforms darwin maintainers darwinports@opendarwin.org homepage http://freshmeat.net/projects/${name}/ description Utility to convert to and from the X-Face format long_description Compface provides utilities and a library for converting \ to and from the X-Face format, a 48x48 bitmap format used \ to carry thumbnails of email authors in a mail header. master_sites ftp://ftp.xemacs.org/pub/xemacs/aux/ checksums md5 62f4f79c0861ad292ba3cf77b4c48319 destroot.destdir BINDIR=${destroot}${prefix}/bin \ MANDIR=${destroot}${prefix}/share/man \ LIBDIR=${destroot}${prefix}/lib \ INCLUDEDIR=${destroot}${prefix}/include post-destroot { system "ranlib ${destroot}${prefix}/lib/libcompface.a" }