openbsd-ports/inputmethods/uim-chewing/Makefile

29 lines
574 B
Makefile

# $OpenBSD: Makefile,v 1.16 2017/11/21 00:13:01 naddy Exp $
COMMENT= chewing input method for uim
V = 0.1.0
DISTNAME= uim-chewing-$V
REVISION = 2
CATEGORIES= inputmethods chinese
HOMEPAGE= https://github.com/uim/uim-chewing
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB = chewing gcroots iconv intl uim uim-scm
MASTER_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>