Edit

IABSD.fr/xenocara/lib/fontconfig/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2010-03-25 21:45:57
    Hash : e248f656
    Message : Update to fontconfig 2.8.0. Tested on a full ports build by naddy@.

  • lib/fontconfig/Makefile.bsd-wrapper
  • #	$OpenBSD: Makefile.bsd-wrapper,v 1.11 2010/03/25 21:45:57 matthieu Exp $
    
    SHARED_LIBS=	fontconfig 7.0
    
    CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
    	--mandir=${X11BASE}/man \
    	--with-cache-dir=/var/cache/fontconfig \
    	--with-default-fonts=${X11BASE}/lib/X11/fonts \
    	--with-add-fonts=/usr/local/lib/X11/fonts
    
    realinstall:
    	exec ${MAKE} RUN_FC_CACHE_TEST=false install
    
    .include <bsd.xorg.mk>