From 8a793deb7e5adb7b8f3e3fd814d3809ee47e74ef Mon Sep 17 00:00:00 2001 From: Shigeyuki Fukushima Date: Sat, 19 Jun 2004 19:46:46 +0000 Subject: Update to 1.6.1. PR: ports/68099 Submitted by: KIMURA Yasuhiro --- japanese/eblook/Makefile | 24 ++++++++++-------------- japanese/eblook/distinfo | 4 ++-- japanese/eblook/pkg-plist | 15 ++++++--------- 3 files changed, 18 insertions(+), 25 deletions(-) diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile index 0e779cb9f093..fcd408fb4231 100644 --- a/japanese/eblook/Makefile +++ b/japanese/eblook/Makefile @@ -6,8 +6,7 @@ # PORTNAME= eblook -PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTVERSION= 1.6.1 CATEGORIES= japanese textproc MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ DIST_SUBDIR= eb @@ -15,23 +14,20 @@ DIST_SUBDIR= eb MAINTAINER= shige@FreeBSD.org COMMENT= Interactive EB interface command for seraching words in electoric dictionaries -DOCDIR= share/doc/eblook +LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb -LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \ + --with-eb-libraries=${PREFIX}/lib -GNU_CONFIGURE= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 -CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \ - --with-eb-libraries=${PREFIX}/lib - -PLIST_SUB= DOCDIR=${DOCDIR} +INFO= eblook post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/${DOCDIR} - @for i in AUTHORS COPYING ChangeLog NEWS README ; do \ - ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR} ;\ + ${MKDIR} ${DOCSDIR} + for i in AUTHORS COPYING ChangeLog NEWS README ; do \ + ${INSTALL_DATA} ${WRKSRC}/$${i} ${DOCSDIR} ;\ done .endif diff --git a/japanese/eblook/distinfo b/japanese/eblook/distinfo index 9f935cbfbb91..a5f7b7386970 100644 --- a/japanese/eblook/distinfo +++ b/japanese/eblook/distinfo @@ -1,2 +1,2 @@ -MD5 (eb/eblook-1.5.1.tar.gz) = 5e1c84fd450813c1ad2c732a8d645719 -SIZE (eb/eblook-1.5.1.tar.gz) = 195934 +MD5 (eb/eblook-1.6.1.tar.gz) = c570ce70697e6653d4d086fa3ad97e19 +SIZE (eb/eblook-1.6.1.tar.gz) = 440727 diff --git a/japanese/eblook/pkg-plist b/japanese/eblook/pkg-plist index 97620ab7892b..ca43b885770f 100644 --- a/japanese/eblook/pkg-plist +++ b/japanese/eblook/pkg-plist @@ -1,10 +1,7 @@ bin/eblook -@unexec install-info --delete %D/info/eblook.info %D/info/dir -info/eblook.info -@exec install-info %D/info/eblook.info %D/info/dir -%%DOCDIR%%/AUTHORS -%%DOCDIR%%/COPYING -%%DOCDIR%%/ChangeLog -%%DOCDIR%%/NEWS -%%DOCDIR%%/README -@dirrm %%DOCDIR%% +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +@dirrm %%DOCSDIR%% -- cgit