2009-05-22 09:11:02 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2009/05/22 15:11:02 matthieu Exp $
|
2008-03-25 17:28:19 -06:00
|
|
|
|
|
|
|
HEADERS_SUBDIR= X11/extensions/
|
|
|
|
HEADERS= randr.h randrproto.h
|
|
|
|
PKGCONFIG= randrproto.pc
|
|
|
|
|
2009-05-22 09:11:02 -06:00
|
|
|
afterinstall: randrproto.txt
|
2008-03-25 17:28:19 -06:00
|
|
|
${INSTALL_DATA} ${.CURDIR}/randrproto.txt \
|
|
|
|
${DESTDIR}${X11BASE}/share/doc/randrproto
|
|
|
|
|
|
|
|
.include <bsd.xorg.mk>
|