32 lines
626 B
Makefile
32 lines
626 B
Makefile
COMMENT= scim input method module for fcitx
|
|
|
|
V= 3.1.1
|
|
DISTNAME= scim-fcitx.$V
|
|
PKGNAME= scim-fcitx-$V
|
|
REVISION= 9
|
|
|
|
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
|
|
|
|
SITES= ${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>
|