2004-10-14 00:36:16 +02:00
|
|
|
# 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
|
2005-03-05 22:47:24 +01:00
|
|
|
PORTVERSION= 0.0.2
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 2
|
2005-03-05 22:47:24 +01:00
|
|
|
PORTEPOCH= 1
|
2004-10-14 00:36:16 +02:00
|
|
|
CATEGORIES= chinese textproc
|
2005-03-05 22:47:24 +01:00
|
|
|
MASTER_SITES= http://chewing.csie.net/download/iiimf/
|
|
|
|
DISTNAME= ${PORTNAME:C/-le-/-/}-${PORTVERSION}
|
2004-10-14 00:36:16 +02:00
|
|
|
|
2006-09-10 14:49:48 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-10-14 00:36:16 +02:00
|
|
|
COMMENT= IIIMF Chewing engine, an intelligent Chinese phonetic input method
|
|
|
|
|
2006-07-14 07:25:26 +02:00
|
|
|
BROKEN= fails to install (dependency problem)
|
2006-09-02 18:51:10 +02:00
|
|
|
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
|
2005-05-27 08:42:02 +02:00
|
|
|
RUN_DEPENDS= iiimd:${PORTSDIR}/textproc/iiimf-server
|
2004-10-14 00:36:16 +02:00
|
|
|
|
2005-03-05 22:47:24 +01:00
|
|
|
USE_XLIB= yes
|
2004-10-14 00:36:16 +02:00
|
|
|
USE_ICONV= yes
|
2005-03-05 22:47:24 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"
|
2004-10-14 00:36:16 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|