xenocara/app/xtsscale/Makefile

19 lines
472 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2011/06/23 22:48:59 naddy Exp $
.include <bsd.xconf.mk>
PROG= xtsscale
MAN= xtsscale.1
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 \
-I${.CURDIR}/../../driver/xf86-input-ws/include
LDADD+= -L${X11BASE}/lib -lXft -lXi -lXrender -lXrandr -lXext -lX11 \
2011-03-08 13:48:59 -07:00
-lxcb -lXau -lXdmcp -lfontconfig -lexpat -lfreetype -lz
CFLAGS+= -Wall
MANDIR= ${X11BASE}/man/man
obj: _xenocara_obj
.include <bsd.prog.mk>
.include <bsd.xorg.mk>