aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/ibus-table-chinese/Makefile
blob: ce1364164510dd0f7e60ca43b8d1b6ed5982b132 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $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>