# Fake Makefile For mailfmt
# $Id: Makefile,v 1.1 2002/10/09 19:19:19 tundra Exp $
all: # Do nothing - this is a python script that needs no build
install:
install -c -o root -g wheel -m 755 ./mailfmt ${PREFIX}/bin
mkdir ${PREFIX}/share/doc/mailfmt
install -c -o root -g wheel -m 644 ./mailfmt.1.gz ${PREFIX}/man/man1
install -c -o root -g wheel -m 644 ./mailfmt-license.txt ${PREFIX}/share/doc/mailfmt