mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
d0252d09eb
PR: 225752
30 lines
532 B
Makefile
30 lines
532 B
Makefile
# Created by: Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gydict
|
|
PORTVERSION= 1.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= chinese textproc python
|
|
|
|
MAINTAINER= chihhsin@cs.nctu.edu.tw
|
|
COMMENT= Command line tool of Yahoo! Dictionary
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:3.4+,run shebangfix
|
|
SHEBANG_FILES= gydict.py
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= iamgyz
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/gydict
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/gydict.py ${STAGEDIR}${PREFIX}/bin/gydict
|
|
|
|
.include <bsd.port.mk>
|