blob: 3f1209b61cd91ab241063ea01d0faa105e35e89f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.3 2012/04/08 09:46:58 matthieu Exp $
HEADERS_SUBDIR= X11/extensions/
HEADERS= bigreqsproto.h bigreqstr.h
PKGCONFIG= bigreqsproto.pc
afterinstall:
${INSTALL_DATA} ${.CURDIR}/specs/bigreq.xml \
${DESTDIR}${X11BASE}/share/doc/bigreqsproto
.include <bsd.xorg.mk>
|