aboutsummaryrefslogtreecommitdiff
path: root/japanese/scim-anthy/Makefile
blob: 3ec320efb793827bb6b5c5d0760918cb3ffd7e78 (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
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
# $FreeBSD$

PORTNAME=	scim-anthy
PORTVERSION=	1.2.7
PORTREVISION=	6
CATEGORIES=	japanese
MASTER_SITES=	OSDN/scim-imengine

MAINTAINER=	ports@FreeBSD.org
COMMENT=	SCIM IMEngine module using Anthy

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	scim:textproc/scim
LIB_DEPENDS=	libanthy.so:japanese/anthy
RUN_DEPENDS:=	${BUILD_DEPENDS} \
		kasumi:japanese/kasumi

USES=		gmake iconv libtool:keepla pkgconfig
GNU_CONFIGURE=	yes

.include <bsd.port.mk>