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= damageproto.h damagewire.h
|
|
|
|
PKGCONFIG= damageproto.pc
|
|
|
|
|
2009-05-22 09:11:02 -06:00
|
|
|
afterinstall: damageproto.txt
|
2008-03-25 17:28:19 -06:00
|
|
|
${INSTALL_DATA} ${.CURDIR}/damageproto.txt \
|
|
|
|
${DESTDIR}${X11BASE}/share/doc/damageproto
|
|
|
|
|
|
|
|
.include <bsd.xorg.mk>
|