summaryrefslogtreecommitdiff
path: root/proto/fontsproto/Makefile
blob: 23b308a23035255ad2ae630938c205722dbbea50 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $OpenBSD: Makefile,v 1.2 2012/04/08 09:46:58 matthieu Exp $

HEADERS_SUBDIR=	X11/fonts/
HEADERS=	font.h fontproto.h fontstruct.h FS.h fsmasks.h FSproto.h
PKGCONFIG=	fontsproto.pc

afterinstall:
	${INSTALL_DATA} ${.CURDIR}/specs/fsproto.xml \
		${DESTDIR}${X11BASE}/share/doc/fontsproto

.include <bsd.xorg.mk>