Edit

IABSD.fr/ports/x11/highlight-pointer/Makefile

Branch :

  • Show log

    Commit

  • Author : thfr
    Date : 2023-07-19 02:31:54
    Hash : 2d3eceda
    Message : import highlight-pointer, ok sthen@ DESCR: Highlight mouse pointer/cursor using a dot - useful for presentations, screen sharing, ... To quit the program press Ctrl+C in the terminal where you started it, or (p)kill the process. Features - Very lightweight, should work on any Linux/Unix system running an X server - Should work with any software capturing/sharing the screen regardless if it shows the cursor (like Zoom) or not (like Skype) - Set color for mouse button released and/or pressed state - Highlight using a filled or outlined dot - Auto-hide highlight and/or cursor after a time when not moving and re-show when moving again - Global hotkeys for toggling cursor or highlighter and for toggling auto-hiding

  • x11/highlight-pointer/Makefile
  • COMMENT =	highlight mouse pointer using a dot
    GH_ACCOUNT =	swillner
    GH_PROJECT =	highlight-pointer
    GH_TAGNAME =	v1.1.3
    CATEGORIES =	x11
    MAINTAINER =	Thomas Frohwein <thfr@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += X11 Xext Xfixes Xi c
    USE_GMAKE =	Yes
    NO_TEST =	Yes
    CFLAGS +=	-I/usr/X11R6/include -L/usr/X11R6/lib
    MAKE_FILE =	makefile
    ALL_TARGET =	highlight-pointer
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKBUILD}/highlight-pointer ${PREFIX}/bin/
    
    .include <bsd.port.mk>