15 lines
453 B
Makefile
15 lines
453 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2006/12/17 14:34:07 matthieu Exp $
|
|
|
|
config.status:
|
|
AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \
|
|
AUTOCONF_VERSION="$(AUTOCONF_VERSION)" \
|
|
ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \
|
|
PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
|
|
sh ${.CURDIR}/configure --prefix=${X11BASE} \
|
|
--with-app-defaults=/etc/X11/app-defaults \
|
|
--enable-luit \
|
|
--with-utmp-setgid=utmp \
|
|
--mandir=${X11BASE}/man
|
|
|
|
.include <bsd.xorg.mk>
|