2008-05-11 14:36:28 -06:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2008/05/11 20:36:28 matthieu Exp $
|
2006-11-26 07:03:40 -07:00
|
|
|
|
|
|
|
config.status:
|
|
|
|
AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \
|
|
|
|
AUTOCONF_VERSION="$(AUTOCONF_VERSION)" \
|
|
|
|
ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \
|
2007-04-07 09:45:13 -06:00
|
|
|
CFLAGS="${CFLAGS}" \
|
2006-11-26 07:03:40 -07:00
|
|
|
PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
|
|
|
|
sh ${.CURDIR}/configure --prefix=${X11BASE} \
|
2006-11-28 12:07:42 -07:00
|
|
|
--enable-appdefaultdir=/etc/X11/app-defaults \
|
2007-02-04 14:07:34 -07:00
|
|
|
--enable-syslog --without-motif --without-ttf \
|
2008-05-11 14:36:28 -06:00
|
|
|
--without-gtk2 --without-gtk --without-esound \
|
|
|
|
--without-rplay
|
2006-11-26 07:03:40 -07:00
|
|
|
|
|
|
|
.include <bsd.xorg.mk>
|