summaryrefslogtreecommitdiff
path: root/proto/compositeproto/Makefile
blob: 298d641d701365296afd4e7de3135a3160e0d99e (plain)
1
2
3
4
5
6
7
8
9
10
11
# $OpenBSD: Makefile,v 1.2 2009/05/22 15:11:02 matthieu Exp $

HEADERS_SUBDIR=	X11/extensions/
HEADERS= 	composite.h compositeproto.h
PKGCONFIG=	compositeproto.pc

afterinstall: compositeproto.txt
	${INSTALL_DATA} ${.CURDIR}/compositeproto.txt \
		${DESTDIR}${X11BASE}/share/doc/compositeproto

.include <bsd.xorg.mk>