blob: aa57abf5ffe92d1a54ef2a5ea9bcadcbda9fa590 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.32 2018/11/12 03:52:25 ryoon Exp $
#
DISTNAME= scim-skk-0.5.2
PKGREVISION= 28
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_OSDN:=scim-imengine/18121/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://osdn.jp/projects/scim-imengine/
COMMENT= SCIM IMEngine module for skk
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c++ c
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= msgfmt pkg-config
GNU_CONFIGURE= yes
USE_SCIM_GTKUTILS= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../inputmethod/scim/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|