freebsd-ports/chinese/iiimf-le-chewing/Makefile

33 lines
799 B
Makefile
Raw Normal View History

# New ports collection makefile for: iiimf-le-chewing
# Date created: 8 Sep 2004
# Whom: Kuang-che Wu <kcwu@csie.org>
#
# $FreeBSD$
#
PORTNAME= iiimf-le-chewing
PORTVERSION= 0.0.2
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= chinese textproc
MASTER_SITES= http://chewing.csie.net/download/iiimf/
DISTNAME= ${PORTNAME:C/-le-/-/}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= IIIMF Chewing engine, an intelligent Chinese phonetic input method
2006-07-14 07:25:26 +02:00
BROKEN= fails to install (dependency problem)
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2006-12-01
2006-07-14 07:25:26 +02:00
2005-03-05 21:40:23 +01:00
LIB_DEPENDS= chewing.2:${PORTSDIR}/chinese/libchewing
RUN_DEPENDS= iiimd:${PORTSDIR}/textproc/iiimf-server
USE_XLIB= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"
.include <bsd.port.mk>