blob: 1561d2457a0bde90e5c04e363000388f9bac4740 (
plain) (
blame)
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
|
# 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
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>
|