1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/chinese/ibus-chewing/Makefile
Tilman Keskinoz 91ffd09069 Update to 1.4.3
PR:		174207
Submitted by:	maintainer
Feature safe:	yes
2012-12-07 17:08:26 +00:00

34 lines
824 B
Makefile

# Created by: Eric L. Camachat <eric@camachat.org>
# $FreeBSD$
PORTNAME= ibus-chewing
PORTVERSION= 1.4.3
CATEGORIES= chinese
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
MAINTAINER= eric@camachat.org
COMMENT= Chewing engine for IBus
LICENSE= GPLv2
BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2 \
${LOCALBASE}/share/cmake/Modules/ManageEnvironment.cmake:${PORTSDIR}/devel/cmake-fedora \
ibus-daemon:${PORTSDIR}/textproc/ibus
RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus
LIB_DEPENDS= chewing:${PORTSDIR}/chinese/libchewing
CMAKE_ARGS+= -DSYSCONF_INSTALL_DIR=${PREFIX}/etc \
-DLIB_DIR=${PREFIX}/lib
GCONF_SCHEMAS= ${PORTNAME}.schemas
USE_CMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gconf2 gtk20
USE_XORG= xtst
PROJECTHOST= ibus
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>