cfebf579c7
PR: ports/181356 Submitted by: gslin (maintainer)
22 lines
400 B
Makefile
22 lines
400 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ydict
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Command line tool of Yahoo! Dict
|
|
|
|
LICENSE= GPLv3
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
PLIST_FILES= bin/ydict
|
|
USE_PYTHON_RUN= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ydict ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|