mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
49e1e955a7
PR: 97573 Submitted by: Rong-En Fan
25 lines
514 B
Makefile
25 lines
514 B
Makefile
# New ports collection makefile for: libchewing
|
|
# Date created: 5 Sep 2004
|
|
# Whom: Kuang-che Wu <kcwu@csie.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libchewing
|
|
PORTVERSION= 0.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= chinese textproc
|
|
MASTER_SITES= http://chewing.csie.net/download/libchewing/
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= The Chewing intelligent phonetic input method library
|
|
|
|
USE_GNOME= gnomehack pkgconfig
|
|
USE_GCC= 3.2+
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
DATADIR= ${PREFIX}/share/chewing
|
|
|
|
.include <bsd.port.mk>
|