freebsd-ports/net/freewais-sf/files/freebsd.sh
Juergen Lock 80cd7d966e Remove usage of sgtty.h
PR:		ports/110358
Submitted by:	Ed Schouten <ed@fxq.nl>
Approved by:	miwi (mentor, implicit)
2007-03-15 23:24:02 +00:00

11 lines
237 B
Bash

locincpth="$PREFIX/include";
libpth="/usr/lib";
myhostname="localhost";
mansrc="$PREFIX/man/man1"
man1dir="$PREFIX/man/man1"
man3dir="$PREFIX/man/man3";
privlic="$PREFIX/lib/";
optimize="$CFLAGS";
cc="$CC";
ld="$CC";
i_termios="define";