2013-09-12 11:07:08 +02:00
|
|
|
# Created by: Zhihao Yuan <lichray@gmail.com>
|
2011-11-11 17:01:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fcitx-ui-light
|
2012-02-07 21:57:08 +01:00
|
|
|
PORTVERSION= 0.1.3
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2011-11-14 01:41:34 +01:00
|
|
|
CATEGORIES= chinese
|
2011-11-11 17:01:48 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
2011-11-14 01:41:34 +01:00
|
|
|
DIST_SUBDIR= fcitx
|
2011-11-11 17:01:48 +01:00
|
|
|
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
|
|
COMMENT= An alternative light weight UI for Fcitx
|
|
|
|
|
2013-12-11 15:58:29 +01:00
|
|
|
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
|
|
|
|
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
|
2011-11-11 17:01:48 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_XORG= x11 xft xpm
|
2013-09-12 11:07:08 +02:00
|
|
|
USES= cmake gettext pkgconfig
|
2011-11-11 17:01:48 +01:00
|
|
|
USE_GNOME= intltool
|
|
|
|
|
|
|
|
PROJECTHOST= fcitx
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|