View | Details | Raw Unified | Return to bug 68099
Collapse All | Expand All

(-)eblook/Makefile (-12 / +8 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	eblook
8
PORTNAME=	eblook
9
PORTVERSION=	1.5.1
9
PORTVERSION=	1.6
10
PORTREVISION=	2
11
CATEGORIES=	japanese textproc
10
CATEGORIES=	japanese textproc
12
MASTER_SITES=	http://openlab.ring.gr.jp/edict/eblook/dist/
11
MASTER_SITES=	http://openlab.ring.gr.jp/edict/eblook/dist/
13
DIST_SUBDIR=	eb
12
DIST_SUBDIR=	eb
Lines 15-38 Link Here
15
MAINTAINER=	shige@FreeBSD.org
14
MAINTAINER=	shige@FreeBSD.org
16
COMMENT=	Interactive EB interface command for seraching words in electoric dictionaries
15
COMMENT=	Interactive EB interface command for seraching words in electoric dictionaries
17
16
18
DOCDIR=		share/doc/eblook
17
LIB_DEPENDS=	eb.7:${PORTSDIR}/japanese/eb
19
20
LIB_DEPENDS=    eb.7:${PORTSDIR}/japanese/eb
21
18
22
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
23
USE_AUTOMAKE_VER=	14
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
USE_AUTOCONF_VER=	213
25
CONFIGURE_ARGS=	--with-eb-includes=${PREFIX}/include \
21
CONFIGURE_ARGS=	--with-eb-includes=${PREFIX}/include \
26
		--with-eb-libraries=${PREFIX}/lib
22
		--with-eb-libraries=${PREFIX}/lib
27
23
28
PLIST_SUB=	DOCDIR=${DOCDIR}
24
INFO=		eblook
29
25
30
post-install:
26
post-install:
31
.if !defined(NOPORTDOCS)
27
.if !defined(NOPORTDOCS)
32
	@${MKDIR} ${PREFIX}/${DOCDIR}
28
	@${MKDIR} ${DOCSDIR}
33
	@for i in AUTHORS COPYING ChangeLog NEWS README ; do \
29
.for file in AUTHORS COPYING ChangeLog NEWS README
34
		${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR} ;\
30
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
35
	done
31
.endfor
36
.endif
32
.endif
37
33
38
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)eblook/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (eb/eblook-1.5.1.tar.gz) = 5e1c84fd450813c1ad2c732a8d645719
1
MD5 (eb/eblook-1.6.tar.gz) = bb7c38367c62d26e9acb0e7ed299872c
2
SIZE (eb/eblook-1.5.1.tar.gz) = 195934
2
SIZE (eb/eblook-1.6.tar.gz) = 418216
(-)eblook/pkg-plist (-9 / +6 lines)
Lines 1-10 Link Here
1
bin/eblook
1
bin/eblook
2
@unexec install-info --delete %D/info/eblook.info %D/info/dir
2
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
3
info/eblook.info
3
%%PORTDOCS%%%%DOCSDIR%%/COPYING
4
@exec install-info %D/info/eblook.info %D/info/dir
4
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
5
%%DOCDIR%%/AUTHORS
5
%%PORTDOCS%%%%DOCSDIR%%/NEWS
6
%%DOCDIR%%/COPYING
6
%%PORTDOCS%%%%DOCSDIR%%/README
7
%%DOCDIR%%/ChangeLog
7
%%PORTDOCS%%@dirrm %%DOCSDIR%%
8
%%DOCDIR%%/NEWS
9
%%DOCDIR%%/README
10
@dirrm %%DOCDIR%%

Return to bug 68099