freebsd-ports/japanese/jmode/Makefile
Daichi GOTO 1117fece91 update japanese/jmode: 0.6.6 -> 0.6.7
PR:		55626
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-08-19 06:02:28 +00:00

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>