blob: 626a2411338d6405105641ef0cfcf33d0e13e59a (
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
27
28
29
|
# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 01:58:15 obache Exp $
#
DISTNAME= ibus-hangul-1.3.0.20100329
CATEGORIES= inputmethod korean
MASTER_SITES= http://ibus.googlecode.com/files/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://code.googlecode.com/p/ibus/
COMMENT= Hangul engine for IBus input platform
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config gmake msgfmt intltool
SUBST_CLASSES+= epython
SUBST_STAGE.epython= pre-configure
SUBST_FILES.epython= setup/ibus-setup-hangul.in
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
BUILDLINK_API_DEPENDS.libhangul+= libhangul>=0.0.10
.include "../../inputmethod/libhangul/buildlink3.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
|