Edit

IABSD.fr/xenocara/app/xsystrace/Makefile

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2006-12-02 16:28:48
    Hash : 6a5579f8
    Message : Make 'obj' now can make symlinks to /usr/obj/xenocara (or any other directory designed by XENOCARA_OBJDIR in /etc/mk.conf).

  • app/xsystrace/Makefile
  • # $OpenBSD: Makefile,v 1.6 2006/12/02 16:28:48 matthieu Exp $
    
    PROG=	xsystrace
    MAN=	xsystrace.1
    
    .ifmake install
    SUBDIR=		pixmaps
    .endif
    
    CPPFLAGS+=	-I${X11BASE}/include
    LDADD+=		-L${X11BASE}/lib -lXaw -lXt -lXmu -lX11 -lXext
    
    SRCS=		main.c interface.c callbacks.c policy.c
    
    afterinstall:
    	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \
    		${.CURDIR}/Xsystrace.ad ${DESTDIR}/etc/X11/app-defaults/Xsystrace
    
    X11BASE?= /usr/X11R6
    MANDIR=	${X11BASE}/man/cat
    
    obj: _xenocara_obj
    
    .include <bsd.prog.mk>
    .include <bsd.xorg.mk>
    .include <bsd.subdir.mk>