spectrwm/Makefile

17 lines
278 B
Makefile
Raw Normal View History

2009-01-13 19:35:17 +00:00
# $scrotwm$
2009-01-13 16:24:34 +00:00
.include <bsd.xconf.mk>
PROG=scrotwm
2009-01-23 04:14:40 +00:00
MAN=scrotwm.1
2009-01-13 16:24:34 +00:00
CFLAGS+=-Wall -Wno-uninitialized -ggdb3
2009-01-13 16:24:34 +00:00
CPPFLAGS+= -I${X11BASE}/include
LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr
2009-01-13 16:24:34 +00:00
MANDIR= ${X11BASE}/man/cat
obj: _xenocara_obj
.include <bsd.prog.mk>
.include <bsd.xorg.mk>