Prune math/petsc
[dports.git] / chinese / fcitx-ui-light / Makefile
1 # Created by: Zhihao Yuan <lichray@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       fcitx-ui-light
5 PORTVERSION=    0.1.3
6 PORTREVISION=   1
7 CATEGORIES=     chinese
8 MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE}
9 DIST_SUBDIR=    fcitx
10
11 MAINTAINER=     lichray@gmail.com
12 COMMENT=        Alternative light weight UI for Fcitx
13
14 LIB_DEPENDS=    libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
15                 libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
16
17 USE_XORG=       x11 xft xpm
18 USES=           tar:bzip2 cmake gettext pkgconfig
19 USE_GNOME=      intltool
20
21 PROJECTHOST=    fcitx
22
23 .include <bsd.port.mk>