2013-09-20 18:01:22 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2011-05-26 00:34:25 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ydict
|
2013-10-21 08:01:57 +02:00
|
|
|
PORTVERSION= 1.3.1
|
2011-05-26 00:34:25 +02:00
|
|
|
CATEGORIES= chinese
|
2013-10-21 08:01:57 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2011-05-26 00:34:25 +02:00
|
|
|
|
2014-06-30 07:51:02 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2011-05-26 00:34:25 +02:00
|
|
|
COMMENT= Command line tool of Yahoo! Dict
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
2012-09-20 02:02:16 +02:00
|
|
|
|
2014-10-19 09:50:53 +02:00
|
|
|
USES= python:2,run shebangfix
|
|
|
|
|
2011-05-26 00:34:25 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= bin/ydict
|
2014-10-19 09:50:53 +02:00
|
|
|
|
|
|
|
SHEBANG_FILES= ${WRKSRC}/ydict
|
|
|
|
python_OLD_CMD= /usr/bin/env python
|
|
|
|
python_CMD= /usr/bin/env python2
|
2011-05-26 00:34:25 +02:00
|
|
|
|
|
|
|
do-install:
|
2013-10-03 08:40:58 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ydict ${STAGEDIR}${PREFIX}/bin/
|
2011-05-26 00:34:25 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|