Edit

IABSD.fr/xenocara/lib/libxcvt/Makefile

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2022-08-07 07:29:26
    Hash : 28edd523
    Message : Update libxcvt to version 0.1.2. This release fixes a regression with mode 1360x768.

  • lib/libxcvt/Makefile
  • # $OpenBSD: Makefile,v 1.3 2022/08/07 07:29:26 matthieu Exp $
    
    SUBDIR=	 lib cvt
    
    INCS=	libxcvt.h libxcvt_mode.h
    
    PACKAGE_VERSION= 	0.1.2
    PKGCONFIG=              libxcvt.pc
    
    obj: _xenocara_obj
    
    
    includes: _SUBDIRUSE
    	cd ${.CURDIR}/include/libxcvt; for i in ${INCS}; do \
                j="cmp -s $$i ${DESTDIR}${INCSDIR}/libxcvt/$$i || \
                    ${INSTALL_DATA} $$i ${DESTDIR}${INCSDIR}/libxcvt"; \
                    echo "\tinstalling $$i"; \
                    eval "$$j"; \
            done
    
    beforeinstall: includes 
    
    .include <bsd.subdir.mk>
    .include <bsd.xorg.mk>