2010-06-01 14:00:22 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2010/06/01 20:00:22 matthieu Exp $
|
2008-03-25 17:28:19 -06:00
|
|
|
|
|
|
|
HEADERS_SUBDIR= X11/extensions/
|
2010-05-18 13:25:28 -06:00
|
|
|
HEADERS= XI.h XIproto.h XI2.h XI2proto.h
|
2008-03-25 17:28:19 -06:00
|
|
|
PKGCONFIG= inputproto.pc
|
|
|
|
|
2010-06-01 14:00:22 -06:00
|
|
|
afterinstall: XI2proto.txt XIproto.txt
|
|
|
|
${INSTALL_DATA} ${.CURDIR}/XI2proto.txt ${.CURDIR}/XIproto.txt \
|
|
|
|
${DESTDIR}${X11BASE}/share/doc/inputproto
|
|
|
|
|
2008-03-25 17:28:19 -06:00
|
|
|
.include <bsd.xorg.mk>
|