freebsd-ports/chinese/ibus-table-chinese/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

25 lines
757 B
Makefile

# $FreeBSD$
PORTNAME= ibus-table-chinese
PORTVERSION= 1.4.6
PORTREVISION= 1
CATEGORIES= chinese
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= ibus
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
MAINTAINER= dennylin93@hs.ntnu.edu.tw
COMMENT= Chinese input tables for IBus
BUILD_DEPENDS= ${LOCALBASE}/share/cmake/Modules/ManageEnvironment.cmake:${PORTSDIR}/devel/cmake-fedora \
ibus-daemon:${PORTSDIR}/textproc/ibus \
${LOCALBASE}/libexec/ibus-engine-table:${PORTSDIR}/textproc/ibus-table
RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \
${LOCALBASE}/libexec/ibus-engine-table:${PORTSDIR}/textproc/ibus-table
USES= cmake pkgconfig
INSTALL_TARGET= install
DATADIR= ${PREFIX}/share/ibus-table
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>