Edit

IABSD.fr/ports/inputmethods/libkkc-data/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:24:07
    Hash : 993f87c3
    Message : drop RCS Ids

  • inputmethods/libkkc-data/Makefile
  • COMMENT =	language model data for libkkc
    
    VERSION =	0.2.7
    DISTNAME =	libkkc-data-${VERSION}
    
    CATEGORIES =	inputmethods japanese
    
    # GPLv3
    PERMIT_PACKAGE =	Yes
    
    MASTER_SITES =		https://github.com/ueno/libkkc/releases/download/v0.3.5/
    EXTRACT_SUFX =		.tar.xz
    
    MODULES =		lang/python
    
    BUILD_DEPENDS =		textproc/libmarisa,-python
    RUN_DEPENDS =		inputmethods/libkkc
    
    CONFIGURE_STYLE =	gnu
    
    NO_TEST =		Yes
    
    .include <bsd.port.mk>