# New ports collection makefile for: jmode # Date created: 26 February 2002 # Whom: Yukihiro Nakai # # $FreeBSD: ports/japanese/jmode/Makefile,v 1.15 2007/10/02 01:28:34 linimon Exp $ # PORTNAME= jmode PORTVERSION= 0.6.7 PORTREVISION= 5 CATEGORIES= japanese MASTER_SITES= http://downloads.sourceforge.jp/anthy/5467/ MAINTAINER= nobutaka@FreeBSD.org COMMENT?= XIM server for Anthy input method LIB_DEPENDS?= anthy.1:${PORTSDIR}/japanese/anthy USE_X_PREFIX= yes USE_GNOME= gnometarget gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .include .if ${OSVERSION} >= 700042 .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif .endif .include