Edit

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

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2015-03-27 08:43:01
    Hash : 508c2179
    Message : x11/gtk+2,-guic -> x11/gtk+3,-guic && bump

  • inputmethods/ibus-anthy/Makefile
  • # $OpenBSD: Makefile,v 1.17 2015/03/27 08:43:02 ajacoutot Exp $
    
    COMMENT =	japanese input engine for ibus
    
    DISTNAME =	ibus-anthy-1.5.4
    REVISION =	0
    
    SHARED_LIBS =	anthygobject-1.0	1.0 # 5.504
    
    CATEGORIES =	inputmethods japanese
    
    HOMEPAGE =	https://code.google.com/p/ibus/
    
    MAINTAINER =	Federico G. Schwindt <fgsch@openbsd.org>
    
    # GPLv2
    PERMIT_PACKAGE_CDROM =	Yes
    
    WANTLIB =	anthy anthydic ffi glib-2.0 gobject-2.0 m pcre pthread
    
    MASTER_SITES =	https://ibus.googlecode.com/files/
    
    MODULES =	devel/gettext \
    		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>