2007-01-29 11:38:46 -07:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2007/01/29 18:38:46 matthieu Exp $
|
2006-11-28 08:41:12 -07:00
|
|
|
|
|
|
|
PIXMAPDIR=/etc/X11/xdm/pixmaps
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-privsep \
|
2007-01-29 11:38:46 -07:00
|
|
|
--with-default-vt=vt05 \
|
2006-11-28 13:13:42 -07:00
|
|
|
--disable-dynamic-greeter \
|
2006-11-28 08:41:12 -07:00
|
|
|
--with-xdmlibdir=/etc/X11/xdm \
|
|
|
|
--with-pixmapdir=$(PIXMAPDIR) \
|
|
|
|
--with-bw-pixmap=OpenBSD_1bpp.xpm \
|
|
|
|
--with-color-pixmap=OpenBSD_15bpp.xpm
|
|
|
|
|
2006-12-17 13:41:36 -07:00
|
|
|
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>
|