Index: head/japanese/eblook/Makefile =================================================================== --- head/japanese/eblook/Makefile (revision 449882) +++ head/japanese/eblook/Makefile (revision 449883) @@ -1,40 +1,41 @@ # Created by: Shigeyuki Fukushima # $FreeBSD$ PORTNAME= eblook PORTVERSION= 1.6.1 PORTREVISION= 9 CATEGORIES= japanese textproc MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ DIST_SUBDIR= eb MAINTAINER= yasu@utahime.org COMMENT= Command to lookup words in EB format dictionaries -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libeb.so:japanese/eb USES= iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-eb-conf=${PREFIX}/etc/eb.conf CPPFLAGS+= -I${ICONV_PREFIX}/include LIBS+= -L${ICONV_PREFIX}/lib ${ICONV_LIB} INFO= eblook PLIST_FILES= bin/eblook PORTDOCS= AUTHORS COPYING ChangeLog NEWS README OPTIONS_DEFINE= DOCS .include .if !empty(ICONV_LIB) CONFIGURE_ARGS+=ac_cv_func_iconv=yes .endif -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/japanese/eblook/pkg-descr =================================================================== --- head/japanese/eblook/pkg-descr (revision 449882) +++ head/japanese/eblook/pkg-descr (revision 449883) @@ -1,10 +1,10 @@ -Interactive EB interface command for seraching words in CD-ROM books. +Interactive EB interface command for searching words in CD-ROM books. Eblook supports to access CD-ROM books of EB, EBG, EBXA and EPWING formats directly. CD-ROM books of those formats are popular in Japan. Since CD-ROM books themseves are stands on the ISO 9660 format, you can mount the discs by the same way as other ISO 9660 discs. You can get more information from ja-eblook.info. -WWW: http://openlab.ring.gr.jp/lookup/eblook/ +WWW: http://openlab.ring.gr.jp/edict/eblook/index.html.ja