Edit

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

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-26 11:43:23
    Hash : f96d6947
    Message : MASTER_SITES -> SITES

  • inputmethods/uim-chewing/Makefile
  • COMMENT=	chewing input method for uim
    
    V =		0.1.0
    DISTNAME=	uim-chewing-$V
    REVISION =	3
    
    CATEGORIES=	inputmethods chinese
    
    HOMEPAGE= 	https://github.com/uim/uim-chewing
    
    # BSD
    PERMIT_PACKAGE=	Yes
    
    WANTLIB =  chewing gcroots iconv intl uim uim-scm m pthread sqlite3 z
    
    SITES=	https://github.com/uim/uim-chewing/releases/download/uim-chewing-$V/
    
    LIB_DEPENDS=	chinese/libchewing \
    		inputmethods/uim>=1.8.6
    
    LIBTOOL_FLAGS=	--tag=disable-static
    
    CONFIGURE_STYLE=gnu
    CONFIGURE_ARGS=	--disable-static
    
    .include <bsd.port.mk>