openbsd-ports/base/xenocara/proto/Makefile
espie 1fbbf50998 experimental work: build xenocara components as "packages" and hook them
into dpb.
not 100% ready yet, committed to keep working in tree.
2012-11-01 09:58:05 +00:00

33 lines
718 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/11/01 09:58:05 espie Exp $
SUBDIR =
SUBDIR += bigreqsproto
SUBDIR += compositeproto
SUBDIR += damageproto
SUBDIR += dmxproto
SUBDIR += dri2proto
SUBDIR += fixesproto
SUBDIR += fontcacheproto
SUBDIR += fontsproto
SUBDIR += glproto
SUBDIR += inputproto
SUBDIR += kbproto
SUBDIR += pmproto
SUBDIR += randrproto
SUBDIR += recordproto
SUBDIR += renderproto
SUBDIR += resourceproto
SUBDIR += scrnsaverproto
SUBDIR += videoproto
SUBDIR += x11proto
SUBDIR += xcb-proto
SUBDIR += xcmiscproto
SUBDIR += xextproto
SUBDIR += xf86bigfontproto
SUBDIR += xf86dgaproto
SUBDIR += xf86driproto
SUBDIR += xf86miscproto
SUBDIR += xf86vidmodeproto
SUBDIR += xineramaproto
.include <bsd.port.subdir.mk>