macutils installation

Location: macutils is currently installed under /opt/astro.
set package = "macutils-2.0b3"
set location = "/opt/astro"
set destdir = "$location/packages/$package"
Edit the makefile and change the following variables to:
BINDIR = /opt/astro/packages/macutils-19dec00/bin
CF =    -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT
edit util/transname.c and change
#include 
to
#include 
Then do
make
mkdir -p $destdir/bin
make install
mkdir -p $destdir/man/man1
cp man/* $destdir/man/man1