1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/japanese/ebd-fpw/Makefile
Alex Kozlov 12e263b358 - Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip

PR:        ports/188419
Approved by:	portmgr (bapt)
Exp-run:	antoine
2014-06-06 15:26:41 +00:00

31 lines
800 B
Makefile

# Created by: Satoshi Taoka <taoka@FreeBSD.org>
# $FreeBSD$
PORTNAME= ebd-fpw
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/ebd/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Easton's 1897 Bible Dictionary (EPWING V1 format)
USES= zip
NO_BUILD= yes
WRKSRC= ${WRKDIR}/ebd
EXTRACT_BEFORE_ARGS= -qL
OPTIONS_DEFINE= DOCS
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/dict/ebd-fpw/ebd/data
${INSTALL_DATA} ${WRKSRC}/ebd/data/honmon \
${STAGEDIR}${PREFIX}/share/dict/ebd-fpw/ebd/data
${INSTALL_DATA} ${WRKSRC}/catalogs ${STAGEDIR}${PREFIX}/share/dict/ebd-fpw
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} readme.1st readme.txt \
${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>