mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
dbbfc7889a
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
29 lines
607 B
Makefile
29 lines
607 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cconv
|
|
PORTVERSION= 0.6.4
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= php-
|
|
CATEGORIES= chinese converters
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= php-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PHP wrapper for chinese/cconv
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
LIB_DEPENDS= libcconv.so:chinese/cconv
|
|
|
|
CONFIGURE_ARGS= --with-cconv-dir=${LOCALBASE}
|
|
USES= php:ext
|
|
IGNORE_WITH_PHP= 70
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's| function_entry| zend_function_entry|' ${WRKSRC}/php_cconv.c
|
|
|
|
.include <bsd.port.mk>
|