15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
25 lines
757 B
Makefile
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>
|