5620e78504
- Add gmake dependency. - Respect CC, CFLAGS; reference X11BASE, LOCALBASE. - This is not BSD-licensed. - Install man page. - All around clean-up.
8 lines
331 B
Plaintext
8 lines
331 B
Plaintext
# $OpenBSD: Makefile_OpenBSD,v 1.1 2001/10/01 02:00:06 naddy Exp $
|
|
|
|
INCS = -I${X11BASE}/include -I${LOCALBASE}/include/tcl8.0\
|
|
-I${LOCALBASE}/include/tcl8.0/generic -I${LOCALBASE}/include/tk8.0 \
|
|
-I${LOCALBASE}/include/tk8.0/generic
|
|
LDLIBS = -L${LOCALBASE}/lib -L${X11BASE}/lib -ltk80 -ltcl80 -lXext -lX11 -lm \
|
|
-lossaudio
|