summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2008-11-02 11:55:19 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-08-02 08:38:42 +0200
commitf6dc5b8ef2605c2dfa2e0b703c2868c37d080ff3 (patch)
tree9af2b9bfea2aee29fe2e7f3d478318f3ffe1b6c8
parentcbbe13a9e0fd5908288e617b56f41ca1a66d9a0e (diff)
BSD Makefileobsd
-rw-r--r--Makefile.bsd-wrapper8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper
new file mode 100644
index 0000000..66e5506
--- /dev/null
+++ b/Makefile.bsd-wrapper
@@ -0,0 +1,8 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2014/08/13 21:02:16 matthieu Exp $
+
+SHARED_LIBS= Xt 11.0
+
+CONFIGURE_ARGS= --with-appdefaultdir=/usr/X11R6/share/X11/app-defaults \
+ --without-xmlto --without-fop --without-xsltproc --without-glib
+
+.include <bsd.xorg.mk>