summaryrefslogtreecommitdiff
path: root/inputmethod/fcitx/Makefile
blob: b8699de06b0cbf433f93432727da421b7daf94d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.5 2006/12/15 20:32:58 joerg Exp $
#

DISTNAME=		fcitx-3.1.1
PKGREVISION=		2
CATEGORIES=		inputmethod
MASTER_SITES=		http://www.fcitx.org/download/
EXTRACT_SUFX=		.tar.bz2

MAINTAINER=		rxg@NetBSD.org
HOMEPAGE=		http://www.fcitx.org/main/
COMMENT=		Free Chinese Input Toy of X

USE_TOOLS+=		pkg-config

GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--enable-xft

.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"