Edit

IABSD.fr/ports/inputmethods/fcitx-m17n/Makefile

Branch :

  • Show log

    Commit

  • Author : kevlo
    Date : 2023-04-20 09:17:36
    Hash : fe0e1fce
    Message : Update to fcitx-m17n-5.0.11; from MAINTAINER Yifei Zhan

  • inputmethods/fcitx-m17n/Makefile
  • COMMENT =	m17n wrapper for fcitx5
    
    V =		5.0.11
    PKGNAME =	fcitx-m17n-$V
    
    GH_ACCOUNT =    fcitx
    GH_PROJECT =    fcitx5-m17n
    GH_TAGNAME =    $V
    
    CATEGORIES =	inputmethods
    
    HOMEPAGE =	https://github.com/fcitx/fcitx5-m17n
    
    MAINTAINER =	Yifei Zhan <openbsd@zhan.science>
    
    # LGPLv2.1 or later
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += ${COMPILER_LIBCXX} Fcitx5Config Fcitx5Core Fcitx5Utils
    WANTLIB += m m17n m17n-core m17n-gui
    
    MODULES =       devel/kf5
    MODQT5_DEPS =	No
    
    BUILD_DEPENDS =		devel/gettext,-tools \
    			inputmethods/fcitx \
    			devel/fmt \
    			devel/iso-codes
    
    RUN_DEPENDS =		devel/desktop-file-utils \
    			misc/shared-mime-info
    
    LIB_DEPENDS =		inputmethods/fcitx \
    			misc/m17n/lib
    
    .include <bsd.port.mk>