The programme (two programmes really - but they're just links to each other) converts 48x48x1 images to and from a compressed format. The uncompressed images are expected to contain 48x48/4 (576) hex digits. All other characters and any `0's followed by `X' or `x' are ignored. Usually the files are 48 lines of "0x%04X,0x%04X,0x%04X,". The compressed images contain some number of printable characters. Non printable characters, including ` ' are ignored. The purpose of the programme is to allow the inclusion of face images within mail headers using the field name `X-face: '. Submitted by Osamu OISHI <oishi@alef.ims.ac.jp> in PR 17541
15 lines
427 B
Makefile
15 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/07/19 01:13:52 hubertf Exp $
|
|
|
|
DISTNAME= compface-1.4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://freshmeat.net/redir/compface/1439/url_tgz/
|
|
|
|
MAINTAINER= oishi@ims.ac.jp
|
|
HOMEPAGE= http://freshmeat.net/projects/compface/
|
|
COMMENT= 48x48x1 image compression and decompression (X-face utility)
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS+=--prefix=${LOCALBASE}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|