# This directory is hard-coded into the netscape binary LIBDIR= /usr/local/lib/netscape LIBDIR2= /usr/local/lib/netscape2 BINDIR= ${PREFIX}/bin NLSDIR= ${X11BASE}/lib/X11/nls FILES= LICENSE README Netscape.ad all: @true install: -test -d ${LIBDIR2} || mkdir -p ${LIBDIR2} -test -e ${LIBDIR} || ln -s ${LIBDIR2} ${LIBDIR} -test -d ${NLSDIR} || mkdir -p ${NLSDIR} install -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} netscape2 ${BINDIR} install -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \ hot-convert.sh movemail netscape.bin ${LIBDIR2} install -c -m 644 -o ${BINOWN} -g ${BINGRP} ${FILES} ${LIBDIR2} if [ ! -f ${LIBDIR2}/mailcap ] ; then \ install -c -m 644 -o ${BINOWN} -g ${BINGRP} mailcap ${LIBDIR2}; \ fi if [ ! -f ${NLSDIR}/C ] ; then \ install -c -m 644 -o ${BINOWN} -g ${BINGRP} nls/C ${NLSDIR}; \ fi if [ ! -f ${NLSDIR}/nls.dir ] ; then \ install -c -m 644 -o ${BINOWN} -g ${BINGRP} nls/nls.dir ${NLSDIR}; \ fi