freebsd-ports/chinese/ibus-chewing/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

33 lines
845 B
Makefile

# Created by: Eric L. Camachat <eric@camachat.org>
# $FreeBSD$
PORTNAME= ibus-chewing
PORTVERSION= 1.4.3
PORTREVISION= 2
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= libchewing.so:${PORTSDIR}/chinese/libchewing
CMAKE_ARGS+= -DSYSCONF_INSTALL_DIR=${PREFIX}/etc \
-DLIB_DIR=${PREFIX}/lib
GCONF_SCHEMAS= ${PORTNAME}.schemas
USES= cmake gettext pkgconfig
USE_GNOME= gconf2 gtk20
USE_XORG= xtst
PROJECTHOST= ibus
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>