spectrwm/Makefile

21 lines
366 B
Makefile

# $scrotwm$
.include <bsd.xconf.mk>
PREFIX?=/usr/local
BINDIR=${PREFIX}/bin
SUBDIR= lib
PROG=scrotwm
MAN=scrotwm.1 scrotwm_es.1 scrotwm_it.1
CFLAGS+=-std=c89 -Wall -Wno-uninitialized -ggdb3
CPPFLAGS+= -I${X11BASE}/include
LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr
MANDIR= ${PREFIX}/man/cat
obj: _xenocara_obj
.include <bsd.prog.mk>
.include <bsd.xorg.mk>