Edit

IABSD.fr/ports/inputmethods/ibus-anthy/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2018-07-13 22:22:21
    Hash : 08b52d7f
    Message : remove fgsch@ as maintainer as requested by him

  • inputmethods/ibus-anthy/Makefile
  • # $OpenBSD: Makefile,v 1.23 2018/07/13 22:22:21 sthen Exp $
    
    COMMENT =	japanese input engine for ibus
    
    GH_ACCOUNT =	ibus
    GH_PROJECT =	ibus-anthy
    GH_TAGNAME =	1.5.4
    REVISION =	5
    
    SHARED_LIBS =	anthygobject-1.0	1.0 # 5.504
    
    CATEGORIES =	inputmethods japanese
    
    HOMEPAGE =	https://github.com/fujiwarat/ibus-anthy/wiki
    
    # GPLv2
    PERMIT_PACKAGE_CDROM =	Yes
    
    WANTLIB =  anthy anthydic ffi glib-2.0 gobject-2.0 iconv intl m pcre
    WANTLIB += pthread
    
    # XXX: Remove when upgrading to newer tag
    MASTER_SITES =	https://distfiles.nl/
    
    MODULES =	lang/python \
    		textproc/intltool
    
    BUILD_DEPENDS =	inputmethods/ibus>=1.5.0
    RUN_DEPENDS =	devel/desktop-file-utils \
    		inputmethods/ibus>=1.5.0 \
    		x11/gtk+3,-guic
    LIB_DEPENDS =	inputmethods/anthy
    
    USE_GMAKE =	Yes
    LIBTOOL_FLAGS =	--tag=disable-static
    
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ENV =	CPPFLAGS="-I${LOCALBASE}/include"
    CONFIGURE_ARGS = --with-kasumi-exec=${LOCALBASE}/bin/kasumi \
    		 --with-kasumi-icon=${LOCALBASE}/share/pixmaps/kasumi.png
    
    .include <bsd.port.mk>