blob: 360f8302967eb3de95139b3f9f8b059ee8015bd8 (
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.3 2006/02/05 23:09:42 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/
COMMENT= Free Chinese Input Toy of X
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-xft
.include "../../converters/libiconv/buildlink3.mk"
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|