blob: 45daf279da421845f934b9420395d25277074083 (
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
25
26
|
# $NetBSD: Makefile,v 1.15 2012/10/02 17:11:24 tron Exp $
#
DISTNAME= scim-tables-0.5.11
PKGREVISION= 3
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.scim-im.org/
COMMENT= Data files for SCIM Generic Table Input Method module
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
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"
|