diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-11-02 18:29:24 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-11-02 18:29:24 +0000 |
commit | 475a389d98bc094b8eab4fc6e2ad511a425c75e4 (patch) | |
tree | 08fa82563295b77053d04a97a0af25640288ac69 /lib/libXfont2 | |
parent | 1361d7d05ebb71dd90dd7f57900ae69310291e77 (diff) |
add Makefile.bsd-wrapper
Diffstat (limited to 'lib/libXfont2')
-rw-r--r-- | lib/libXfont2/Makefile.bsd-wrapper | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libXfont2/Makefile.bsd-wrapper b/lib/libXfont2/Makefile.bsd-wrapper new file mode 100644 index 000000000..090367a47 --- /dev/null +++ b/lib/libXfont2/Makefile.bsd-wrapper @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2016/11/02 18:29:23 matthieu Exp $ +.include <bsd.xconf.mk> + +SHARED_LIBS= Xfont2 0.0 + +CONFIGURE_ARGS+= --with-xmlto=no --disable-devel-docs + +.include <bsd.xorg.mk> |