2e88a2b0e8
* cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged
27 lines
555 B
Makefile
27 lines
555 B
Makefile
# $OpenBSD: Makefile,v 1.12 2011/06/23 22:48:59 naddy Exp $
|
|
.include <bsd.xconf.mk>
|
|
|
|
PROG= xsystrace
|
|
MAN= xsystrace.1
|
|
|
|
.ifmake install
|
|
SUBDIR= pixmaps
|
|
.endif
|
|
|
|
CPPFLAGS+= -I${X11BASE}/include
|
|
LDADD+= -L${X11BASE}/lib -lXaw -lXt -lSM -lICE -lXmu -lXpm -lX11 -lxcb -lXext -lXau -lXdmcp
|
|
|
|
SRCS= main.c interface.c callbacks.c policy.c
|
|
|
|
afterinstall:
|
|
${INSTALL_DATA} \
|
|
${.CURDIR}/Xsystrace.ad ${DESTDIR}/etc/X11/app-defaults/Xsystrace
|
|
|
|
MANDIR= ${X11BASE}/man/man
|
|
|
|
obj: _xenocara_obj
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|
|
.include <bsd.subdir.mk>
|