ports/emulators/tkhfs/scripts/configure
Jean-Marc Zucconi 27613a7c69 Use TCL/TK 8.4
PR:		ports/110321
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl>
2007-04-10 15:04:05 +00:00

12 lines
155 B
Bash

#!/bin/sh
cd $WRKSRC || exit 1;
cat >> Makefile << END || exit 1;
BINDIR = $PREFIX/bin
HFSBIN = \$(BINDIR)/hfs
WISH = \$(BINDIR)/wish8.4
END
exit 0;