mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
34a3974434
This port is the PHP wrapper of cconv (chinese/cconv). cconv (pronunciation: see-conv) is an iconv-based Simplified-Traditional Chinese conversion tool. It is NOT only a transcoding program, but also a TRANSLATE tool between Simplified Chinese and Traditional Chinese. We stand on the shoulders of giants. cconv source code is based on iconv, an excellent program which converts text from one encoding to another. Features: - iconv-like usage. - language-level Simplified-Traditional Chinese conversion. - idioms can be translated. WWW: http://code.google.com/p/cconv/
25 lines
522 B
Makefile
25 lines
522 B
Makefile
# New ports collection makefile for: php5-cconv
|
|
# Date created: 2011-04-28
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cconv
|
|
PORTVERSION= 0.6.4
|
|
CATEGORIES= chinese converters
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= php5-
|
|
DISTNAME= ${PORTNAME}-php-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PHP wrapper for chinese/cconv
|
|
|
|
LIB_DEPENDS= cconv.0:${PORTSDIR}/chinese/cconv
|
|
|
|
CONFIGURE_ARGS= --with-cconv-dir=${LOCALBASE}
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
.include <bsd.port.mk>
|