mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-12 12:19:10 +00:00
9 lines
259 B
Makefile
9 lines
259 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2023/07/03 09:20:46 matthieu Exp $
|
|
|
|
SHARED_LIBS= Xt 11.1
|
|
|
|
CONFIGURE_ARGS= --with-appdefaultdir=/usr/X11R6/share/X11/app-defaults \
|
|
--without-xmlto --without-fop --without-xsltproc --without-glib
|
|
|
|
.include <bsd.xorg.mk>
|