aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/jmode/Makefile
blob: 3b18d007b7b1cf9101d51e5e52d27c2f5b29c27b (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
# New ports collection makefile for:   jmode
# Date created:        26 February 2002
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   jmode
PORTVERSION=    0.6.6
CATEGORIES= japanese
MASTER_SITES=   http://downloads.sourceforge.jp/anthy/4445/

MAINTAINER= nakai@FreeBSD.org
COMMENT=    XIM server for Anthy input method

LIB_DEPENDS=    anthy.0:${PORTSDIR}/japanese/anthy

USE_X_PREFIX=   yes
USE_GNOME=  gnometarget gtk12
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-skk

.include <bsd.port.mk>