xenocara/app/xdm/Makefile.bsd-wrapper

27 lines
822 B
Makefile
Raw Normal View History

2007-03-26 06:15:47 -06:00
# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2007/03/26 12:15:47 matthieu Exp $
PIXMAPDIR=/etc/X11/xdm/pixmaps
.if ${MACHINE} == i386 || ${MACHINE} == amd64
DEFAULT_VT= --with-default-vt=vt05
.endif
2007-03-26 06:15:47 -06:00
.if ${MACHINE_ARCH} == arm
DEFAULT_VT= --with-default-vt=vt02
.endif
CONFIGURE_ARGS= --enable-privsep \
$(DEFAULT_VT) \
2006-11-28 13:13:42 -07:00
--disable-dynamic-greeter \
--with-xdmlibdir=/etc/X11/xdm \
--with-pixmapdir=$(PIXMAPDIR) \
--with-bw-pixmap=OpenBSD_1bpp.xpm \
--with-color-pixmap=OpenBSD_15bpp.xpm
afterinstall:
2006-11-29 05:11:47 -07:00
$(INSTALL) -c ${.CURDIR}/config/OpenBSD_1bpp.xpm $(DESTDIR)$(PIXMAPDIR)
$(INSTALL) -c ${.CURDIR}/config/OpenBSD_4bpp.xpm $(DESTDIR)$(PIXMAPDIR)
$(INSTALL) -c ${.CURDIR}/config/OpenBSD_8bpp.xpm $(DESTDIR)$(PIXMAPDIR)
$(INSTALL) -c ${.CURDIR}/config/OpenBSD_15bpp.xpm $(DESTDIR)$(PIXMAPDIR)
2006-11-26 07:03:40 -07:00
.include <bsd.xorg.mk>