freebsd-ports/japanese/srd-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

32 lines
881 B
Makefile

PORTNAME= srd-fpw-package
PORTVERSION= 1.0.8
PORTREVISION= 6
CATEGORIES= japanese elisp
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/srd/
MAINTAINER= ports@FreeBSD.org
COMMENT= Supplement file for lookup to use "Random House"
WWW= http://openlab.ring.gr.jp/edict/srd-fpw/
# Your PC does not have an audio card always.
# realplay:multimedia/linux-realplayer
NO_BUILD= yes
USES= magick:6,run perl5
PKG_DIR= ${STAGEDIR}${PREFIX}/share/dict/lookup-package
PLIST_FILES= share/dict/lookup-package/srd-fpw.el \
share/dict/lookup-package/extract-srd.pl
PORTDOCS= ChangeLog README.TXT
OPTIONS_DEFINE= DOCS
do-install:
@${MKDIR} ${PKG_DIR}
${INSTALL_DATA} ${WRKSRC}/srd-fpw.el ${PKG_DIR}
${INSTALL_SCRIPT} ${WRKSRC}/extract-srd.pl ${PKG_DIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>