Edit

IABSD.fr/xenocara/app/video/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2011-06-23 22:48:59
    Hash : 2e88a2b0
    Message : switch to installing source manuals: * cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged

  • app/video/Makefile
  • # $OpenBSD: Makefile,v 1.6 2011/06/23 22:48:59 naddy Exp $
    .include <bsd.xconf.mk>
    
    PROG=	video
    
    CPPFLAGS+= -I${X11BASE}/include
    
    LDADD+= -L${X11BASE}/lib -lXv -lXext -lX11 -lxcb -lXau -lXdmcp
    MANDIR=	${X11BASE}/man/man
    
    obj: _xenocara_obj
    
    .include <bsd.prog.mk>
    .include <bsd.xorg.mk>