diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 12:07:35 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 12:07:35 +0000 |
commit | 3e53c705708b41ce771b107aba9b153bf5abef0d (patch) | |
tree | c9d896dd965d1c3f7b8b8a8742bc5113bb19cef8 /lib/fontconfig | |
parent | 4a014fe4ddcf23fccd380629c3772ae76ebe1969 (diff) |
Build infrastructure for lib
Diffstat (limited to 'lib/fontconfig')
-rw-r--r-- | lib/fontconfig/Makefile.bsd-wrapper | 10 |
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> |