freebsd-ports/mbone/nte/scripts/configure
Bill Fenner 79d12622c6 New port: nte 1.5a23, the UCL Network Text Editor.
Note that this port is restricted due to inclusion of DES code.
1996-11-10 21:14:52 +00:00

6 lines
206 B
Plaintext

if [ ! -d ${WRKSRC}/freebsd ]; then
mkdir ${WRKSRC}/freebsd
fi
cat ${WRKSRC}/src/Makefile.template ${FILESDIR}/Makefile.freebsd > ${WRKSRC}/freebsd/Makefile
cp ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile