1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/chinese/ydict/Makefile
Xin LI e0f171e1d7 ydict is a tool that looks up Yahoo! Dict in command line.
Submitted by:	Gea-Suan Lin <gslin gslin.org>
PR:		ports/154582
2011-05-25 22:34:25 +00:00

27 lines
532 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.0.9.2
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
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>