xenocara/proto/inputproto/Makefile

16 lines
412 B
Makefile
Raw Normal View History

2012-05-02 13:55:21 -06:00
# $OpenBSD: Makefile,v 1.4 2012/05/02 19:55:21 matthieu Exp $
HEADERS_SUBDIR= X11/extensions/
HEADERS= XI.h XIproto.h XI2.h XI2proto.h
PKGCONFIG= inputproto.pc
2012-05-02 13:55:21 -06:00
SPECS= XI2proto.txt XIproto.txt
2012-05-02 13:55:21 -06:00
afterinstall:
@for i in ${SPECS}; do \
echo installing $$i in ${X11BASE}/share/doc/inputproto;\
${INSTALL_DATA} ${.CURDIR}/specs/$$i \
${DESTDIR}${X11BASE}/share/doc/inputproto;\
done
2010-06-01 14:00:22 -06:00
.include <bsd.xorg.mk>