aboutsummaryrefslogtreecommitdiff
path: root/chinese/fcitx-ui-light/Makefile
blob: 6bf64d9e031bda8d5eeac461ad457b4d757a46de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$

PORTNAME=	fcitx-ui-light
PORTVERSION=	0.1.3
PORTREVISION=	2
CATEGORIES=	chinese
MASTER_SITES=	http://download.fcitx-im.org/${PORTNAME}/
DIST_SUBDIR=	fcitx

MAINTAINER=	lichray@gmail.com
COMMENT=	Alternative light weight UI for Fcitx

LICENSE=	GPLv2

LIB_DEPENDS=	libfcitx-config.so:chinese/fcitx \
		libfontconfig.so:x11-fonts/fontconfig

USES=		tar:bzip2 cmake gettext gnome pkgconfig xorg
USE_XORG=	x11 xft xpm
USE_GNOME=	intltool

.include <bsd.port.mk>