Edit

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

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2019-05-20 22:15:00
    Hash : ebf751b9
    Message : Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle

  • inputmethods/fcitx-chewing/Makefile
  • # $OpenBSD: Makefile,v 1.2 2019/05/20 22:15:14 naddy Exp $
    
    COMMENT =	chewing wrapper for fcitx
    
    GH_ACCOUNT =	fcitx
    GH_PROJECT =	fcitx-chewing
    GH_TAGNAME =	0.2.3
    
    CATEGORIES =	inputmethods chinese
    
    HOMEPAGE =	https://fcitx-im.org/
    
    MAINTAINER = 	Kevin Lo <kevlo@openbsd.org>
    
    # GPLv2+
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB +=	chewing
    
    MODULES =	devel/cmake
    
    BUILD_DEPENDS =	devel/gettext,-tools \
    		inputmethods/fcitx,-main
    RUN_DEPENDS =	inputmethods/fcitx,-main
    LIB_DEPENDS =	chinese/libchewing
    
    NO_TEST =	Yes
    
    .include <bsd.port.mk>