1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/emulators/tkhfs/scripts/configure
Jean-Marc Zucconi b724e0bb5b Use tk 8.2
Submitted by:	jseger
1999-09-08 00:17:10 +00:00

13 lines
155 B
Bash

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