35 lines
699 B
Makefile
35 lines
699 B
Makefile
# $OpenBSD: Makefile,v 1.18 2019/08/17 19:07:20 cwen Exp $
|
|
|
|
COMMENT= scim input method module for fcitx
|
|
|
|
V= 3.1.1
|
|
DISTNAME= scim-fcitx.$V
|
|
PKGNAME= scim-fcitx-$V
|
|
REVISION= 8
|
|
|
|
CATEGORIES= inputmethods chinese
|
|
|
|
HOMEPAGE= https://github.com/scim-im/scim-fcitx
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} c iconv intl m scim-1.0
|
|
|
|
COMPILER= base-clang ports-gcc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
LIB_DEPENDS= inputmethods/scim
|
|
|
|
WRKDIST= ${WRKDIR}/fcitx
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --disable-static
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|