MakeIndex utility for TeX
%n makeindex
%v 2.12
%c *
%l *
%b *
%d *
%f pip.shsu.edu:/tex-archive/indexing
%t makeindex.tar.gz
%w misc/texmf
%%
# Copyright 1994 Rickard E. Faith, Kevin E. Martin, and Doug L. Hoffman
# All rights reserved.
# See the BOGUS.LICENSE file for distribution restrictions.

if [ ! -e $BUILDDIR ]; then install -d -m 755 $BUILDDIR; fi
cd $BUILDDIR
rm -rf $NAME
tar xvzf $SRCTARDIR/$TARFILE
cd $NAME

cd src
make -f makefile.bsd CFLAGS='-O2 -m486 -s' BINDIR=/usr/bin MANDIR=/usr/man/man1
cd ../test
make
cd ..

%doc ACK CONTRIB COPYING FILES PORTING README src/NOTES
* cd src
* make -f makefile.bsd BINDIR=/usr/bin MANDIR=/usr/man/man1 install
%%
* usr/bin/makeindex
* usr/man/man1/makeindex.1
