diff options
Diffstat (limited to 'chinese/ydict/Makefile')
-rw-r--r-- | chinese/ydict/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/chinese/ydict/Makefile b/chinese/ydict/Makefile deleted file mode 100644 index b83f338360c9..000000000000 --- a/chinese/ydict/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Gea-Suan Lin <gslin@gslin.org> -# $FreeBSD$ - -PORTNAME= ydict -PORTVERSION= 1.3.1 -CATEGORIES= chinese -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= ports@FreeBSD.org -COMMENT= Command line tool of Yahoo! Dict - -LICENSE= GPLv3 - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -USES= python:2,run shebangfix - -NO_BUILD= yes -NO_WRKSUBDIR= yes -PLIST_FILES= bin/ydict - -SHEBANG_FILES= ${WRKSRC}/ydict -python_CMD= /usr/bin/env python2 - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/ydict ${STAGEDIR}${PREFIX}/bin/ - -.include <bsd.port.mk> |