blob: 7f7d41fecd7fb5d3e43d9e65b15d19512b855026 (
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
|
# New ports collection makefile for: libchewing
# Date created: 5 Sep 2004
# Whom: Kuang-che Wu <kcwu@csie.org>
#
# $FreeBSD$
#
PORTNAME= libchewing
PORTVERSION= 0.2.4
CATEGORIES= chinese textproc
MASTER_SITES= http://jserv.sayya.org/qooing/
EXTRACT_SUFX= .tgz
MAINTAINER= kcwu@csie.org
COMMENT= The Chewing intelligent phonetic input method library
USE_GNOME= gnomehack pkgconfig
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
.include <bsd.port.mk>
|