aboutsummaryrefslogtreecommitdiff
path: root/japanese/eblook
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2004-06-19 19:46:46 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2004-06-19 19:46:46 +0000
commit8a793deb7e5adb7b8f3e3fd814d3809ee47e74ef (patch)
tree4b5d8f5c4a2514eb6452de78542ce8a52db18b53 /japanese/eblook
parent10fa393919b93e16efa34ab73556c3c930fc00ef (diff)
downloadports-8a793deb7e5adb7b8f3e3fd814d3809ee47e74ef.tar.gz
ports-8a793deb7e5adb7b8f3e3fd814d3809ee47e74ef.zip
Update to 1.6.1.
PR: ports/68099 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes
Notes: svn path=/head/; revision=111829
Diffstat (limited to 'japanese/eblook')
-rw-r--r--japanese/eblook/Makefile24
-rw-r--r--japanese/eblook/distinfo4
-rw-r--r--japanese/eblook/pkg-plist15
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%%