mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
cfebf579c7
PR: ports/181356 Submitted by: gslin (maintainer)
23 lines
400 B
Makefile
23 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>
|