1117fece91
PR: 55626 Submitted by: KATO Tsuguru <tkato@prontomail.com>
26 lines
597 B
Makefile
26 lines
597 B
Makefile
# New ports collection makefile for: jmode
|
|
# Date created: 26 February 2002
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jmode
|
|
PORTVERSION= 0.6.7
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://downloads.sourceforge.jp/anthy/5467/
|
|
|
|
MAINTAINER= ports@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>
|