16 lines
524 B
Makefile
16 lines
524 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2008/05/11 20:36:28 matthieu Exp $
|
|
|
|
config.status:
|
|
AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \
|
|
AUTOCONF_VERSION="$(AUTOCONF_VERSION)" \
|
|
ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \
|
|
CFLAGS="${CFLAGS}" \
|
|
PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
|
|
sh ${.CURDIR}/configure --prefix=${X11BASE} \
|
|
--enable-appdefaultdir=/etc/X11/app-defaults \
|
|
--enable-syslog --without-motif --without-ttf \
|
|
--without-gtk2 --without-gtk --without-esound \
|
|
--without-rplay
|
|
|
|
.include <bsd.xorg.mk>
|