2011-03-08 13:48:59 -07:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2011/03/08 20:48:59 matthieu Exp $
|
2010-11-27 07:25:47 -07:00
|
|
|
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
|
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} \
|
2010-11-30 13:05:41 -07:00
|
|
|
--datarootdir=${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 \
|
2010-08-05 00:44:21 -06:00
|
|
|
--without-rplay --without-ftgl
|
2006-11-26 07:03:40 -07:00
|
|
|
|
|
|
|
.include <bsd.xorg.mk>
|