Edit

IABSD.fr/ports/inputmethods/xcb-imdkit/Makefile

Branch :

  • Show log

    Commit

  • Author : kevlo
    Date : 2024-01-23 08:09:44
    Hash : ecb59d39
    Message : Update to xcb-imdkit-1.0.6 - minor bugfix on setting XCB event mask From MAINTAINER Yifei Zhan ok op@

  • inputmethods/xcb-imdkit/Makefile
  • COMMENT =	implementation of xim protocol in xcb
    
    DISTNAME =	xcb-imdkit-1.0.6
    
    SHARED_LIBS +=  xcb-imdkit		1.0 # 1.0
    
    CATEGORIES =	inputmethods
    
    HOMEPAGE =	https://github.com/fcitx/xcb-imdkit
    
    MAINTAINER =	Yifei Zhan <openbsd@zhan.science>
    
    # LGPL 2.1
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += xcb xcb-util
    
    SITES =		https://download.fcitx-im.org/fcitx5/xcb-imdkit/
    EXTRACT_SUFX = .tar.xz
    
    # C11
    COMPILER =		base-clang ports-clang ports-gcc
    COMPILER_LANGS =	c
    
    MODULES =		devel/kf5
    MODQT5_DEPS =		No
    
    BUILD_DEPENDS =		devel/uthash
    
    CFLAGS +=		-I${LOCALBASE}/include
    
    .include <bsd.port.mk>