freebsd-ports/chinese/ydict/Makefile
Eitan Adler e6ab3ba661 multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.

	Gea-Suan Lin's work is much appreciated.

Approved by:	portmgr (implicit) (not really, skipping NO_STAGE check)
2014-06-30 05:51:02 +00:00

22 lines
402 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= ydict
PORTVERSION= 1.3.1
CATEGORIES= chinese
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.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>