freebsd-ports/chinese/ydict/Makefile
Jase Thew 3697408572 - Update to 1.2.6
PR:		ports/171324
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by:	flo (mentor)
2012-09-20 00:02:16 +00:00

26 lines
475 B
Makefile

# New ports collection makefile for: ydict
# Date created: 2011-02-08
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= ydict
PORTVERSION= 1.2.6
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_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 ${PREFIX}/bin/
.include <bsd.port.mk>