4e3b1b97c2
recursive bump for the dependency change
29 lines
651 B
Makefile
29 lines
651 B
Makefile
# $NetBSD: Makefile,v 1.36 2020/03/10 22:10:22 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= scim-fcitx.3.1.1
|
|
PKGNAME= scim-fcitx-3.1.1
|
|
PKGREVISION= 32
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/scim-im/scim
|
|
COMMENT= Fcitx ported to SCIM
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
CONFLICTS= fcitx-[0-9]*
|
|
|
|
WRKSRC= ${WRKDIR}/fcitx
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../inputmethod/scim/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|