Portfile

# $Id: Portfile 20419 2006-11-03 02:16:26Z jberry@macports.org $

PortSystem 1.0
name compface
version 1.5.2
categories graphics
platforms darwin
maintainers nomaintainer@macports.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" }