JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add russian
[spectrwm.git] / Makefile
1 # $scrotwm$
2 .include <bsd.xconf.mk>
3
4 PREFIX?=/usr/local
5
6 BINDIR=${PREFIX}/bin
7 SUBDIR= lib
8
9 PROG=scrotwm
10 MAN=scrotwm.1 scrotwm_es.1 scrotwm_it.1 scrotwm_ru.1
11
12 CFLAGS+=-std=c89 -Wall -Wno-uninitialized -ggdb3
13 CPPFLAGS+= -I${X11BASE}/include
14 LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr
15
16 MANDIR= ${PREFIX}/man/cat
17
18 obj: _xenocara_obj
19
20 .include <bsd.prog.mk>
21 .include <bsd.xorg.mk>