blob: b83f338360c9033d51c7da74f287e76676814ede (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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>
|