pkgsrc/inputmethod/scim-anthy/Makefile
gutteridge 1e4ca2627d Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-08-11 05:08:00 +00:00

28 lines
751 B
Makefile

# $NetBSD: Makefile,v 1.41 2022/08/11 05:08:52 gutteridge Exp $
#
DISTNAME= scim-anthy-1.2.7
PKGREVISION= 36
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_OSDN:=scim-imengine/37309/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://osdn.jp/projects/scim-imengine/
COMMENT= SCIM IMEngine module for anthy
LICENSE= gnu-gpl-v2
DEPENDS+= kasumi>=0.6:../../inputmethod/kasumi
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++03
USE_LIBTOOL= yes
USE_TOOLS+= msgfmt pkg-config
GNU_CONFIGURE= yes
USE_SCIM_GTKUTILS= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../inputmethod/anthy/buildlink3.mk"
.include "../../inputmethod/scim/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"