2012-04-08 03:46:58 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2012/04/08 09:46:58 matthieu Exp $
|
2008-03-25 17:28:19 -06:00
|
|
|
|
|
|
|
HEADERS_SUBDIR= X11/extensions/
|
2010-04-25 13:52:58 -06:00
|
|
|
HEADERS= xcmiscproto.h xcmiscstr.h
|
2008-03-25 17:28:19 -06:00
|
|
|
PKGCONFIG= xcmiscproto.pc
|
|
|
|
|
2012-04-08 03:46:58 -06:00
|
|
|
afterinstall:
|
|
|
|
${INSTALL_DATA} ${.CURDIR}/specs/xc-misc.xml \
|
|
|
|
${DESTDIR}${X11BASE}/share/doc/xcmiscproto
|
|
|
|
|
2008-03-25 17:28:19 -06:00
|
|
|
.include <bsd.xorg.mk>
|