diff options
Diffstat (limited to 'chinese/php-cconv/Makefile')
-rw-r--r-- | chinese/php-cconv/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/chinese/php-cconv/Makefile b/chinese/php-cconv/Makefile deleted file mode 100644 index 857b98aa220c..000000000000 --- a/chinese/php-cconv/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# 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) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -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> |