freebsd-ports/japanese/mypaedia-fpw-package/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

33 lines
813 B
Makefile

PORTNAME= mypaedia-fpw-package
PORTVERSION= 1.0.7
PORTREVISION= 10
CATEGORIES= japanese elisp
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/mypaedia/
MAINTAINER= ports@FreeBSD.org
COMMENT= Supplement file to use "mypaedia" on lookup
WWW= http://openlab.ring.gr.jp/edict/mypaedia-fpw/
RUN_DEPENDS= sox:audio/sox \
timidity:audio/timidity++ \
xanim:multimedia/xanim
USES= magick:6,run
NO_BUILD= yes
PLIST_SUB= PKGNAME=${PKGNAME}
PKG_DIR= ${STAGEDIR}${PREFIX}/share/dict/lookup-package
OPTIONS_DEFINE= DOCS
do-install:
@${MKDIR} ${PKG_DIR}
${INSTALL_DATA} ${WRKSRC}/mypaedia-fpw.el ${PKG_DIR}
${INSTALL_SCRIPT} ${WRKSRC}/extract-mypaedia.pl ${PKG_DIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog README.TXT \
${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>