summaryrefslogtreecommitdiff
path: root/app/xterm/Makefile.bsd-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'app/xterm/Makefile.bsd-wrapper')
-rw-r--r--app/xterm/Makefile.bsd-wrapper13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/xterm/Makefile.bsd-wrapper b/app/xterm/Makefile.bsd-wrapper
new file mode 100644
index 000000000..57b25da47
--- /dev/null
+++ b/app/xterm/Makefile.bsd-wrapper
@@ -0,0 +1,13 @@
+# $Xenocara: Makefile.bsd-wrapper,v 1.4 2006/04/17 13:27:10 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=${X11BASE}/share/X11/app-defaults \
+ --with-utmp-setgid=utmp \
+ --mandir=${X11BASE}/share/man
+
+.include <bsd.xorg.mk>