xenocara/proto/dri2proto/Makefile

12 lines
279 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2009/05/22 15:15:52 matthieu Exp $
2008-09-14 10:51:14 -06:00
HEADERS_SUBDIR= X11/extensions/
HEADERS= dri2proto.h dri2tokens.h
2008-09-14 10:51:14 -06:00
PKGCONFIG= dri2proto.pc
afterinstall:
${INSTALL_DATA} ${.CURDIR}/dri2proto.txt \
${DESTDIR}${X11BASE}/share/doc/dri2proto
2008-09-14 10:51:14 -06:00
.include <bsd.xorg.mk>