2011-05-26 00:34:25 +02:00
|
|
|
# New ports collection makefile for: ydict
|
|
|
|
# Date created: 2011-02-08
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ydict
|
2012-09-20 02:02:16 +02:00
|
|
|
PORTVERSION= 1.2.6
|
2011-05-26 00:34:25 +02:00
|
|
|
CATEGORIES= chinese
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
|
|
COMMENT= Command line tool of Yahoo! Dict
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
2012-09-20 02:02:16 +02:00
|
|
|
|
2011-05-26 00:34:25 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= bin/ydict
|
|
|
|
USE_PYTHON_RUN= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ydict ${PREFIX}/bin/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|