1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/japanese/jmode/Makefile
2003-07-11 18:46:03 +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.6
CATEGORIES= japanese
MASTER_SITES= http://downloads.sourceforge.jp/anthy/4445/
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>