summaryrefslogtreecommitdiff
path: root/app/xtsscale/Makefile
blob: 9db6b15ea18b0468e4452da5473ccdd5a5e4181d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $OpenBSD: Makefile,v 1.2 2007/06/20 21:46:22 matthieu Exp $

PROG=	xtsscale
MAN=	xtsscale.1

CPPFLAGS+=	-I${X11BASE}/include
LDADD+=		-L${X11BASE}/lib -lX11 -lXau -lXdmcp

X11BASE?=	/usr/X11R6
MANDIR=		${X11BASE}/man/cat

obj: _xenocara_obj

.include <bsd.prog.mk>
.include <bsd.xorg.mk>