mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
dbbfc7889a
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
29 lines
529 B
Makefile
29 lines
529 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
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
USES= python:2,run shebangfix
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
PLIST_FILES= bin/ydict
|
|
|
|
SHEBANG_FILES= ${WRKSRC}/ydict
|
|
python_CMD= /usr/bin/env python2
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ydict ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|