summaryrefslogtreecommitdiff
path: root/lib/fontconfig
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 12:07:35 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 12:07:35 +0000
commit3e53c705708b41ce771b107aba9b153bf5abef0d (patch)
treec9d896dd965d1c3f7b8b8a8742bc5113bb19cef8 /lib/fontconfig
parent4a014fe4ddcf23fccd380629c3772ae76ebe1969 (diff)
Build infrastructure for lib
Diffstat (limited to 'lib/fontconfig')
-rw-r--r--lib/fontconfig/Makefile.bsd-wrapper10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/fontconfig/Makefile.bsd-wrapper b/lib/fontconfig/Makefile.bsd-wrapper
new file mode 100644
index 000000000..7b59fd2e5
--- /dev/null
+++ b/lib/fontconfig/Makefile.bsd-wrapper
@@ -0,0 +1,10 @@
+# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
+
+SHARED_LIBS= fontconfig 5.0
+
+CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
+ --mandir=${X11BASE}/share/man \
+ --with-default-fonts=${X11BASE}/lib/X11/fonts \
+ --with-add-fonts=/usr/local/lib/X11/fonts
+
+.include <bsd.xorg.mk>