blob: ab3946faeef5d0a6df560f6391d380a106f8ff3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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= kcwu@csie.org
COMMENT= IIIMF Chewing engine, an intelligent Chinese phonetic input method
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>
|