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

(-)Makefile (-6 / +4 lines)
Lines 6-25 Link Here
6
#
6
#
7
7
8
PORTNAME=	bookview
8
PORTNAME=	bookview
9
PORTVERSION=	3.1.1
9
PORTVERSION=	3.2
10
CATEGORIES=	japanese
10
CATEGORIES=	japanese
11
MASTER_SITES=	ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/ \
11
MASTER_SITES=	ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/ \
12
		ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/bookview/
12
		ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/bookview/
13
13
14
MAINTAINER=	takamune@avrl.mei.co.jp
14
MAINTAINER=	takamune@avrl.mei.co.jp
15
COMMENT=	NDTP client using Japanized Tcl/Tk
15
COMMENT=	NDTP client written in Tcl/Tk
16
16
17
RUN_DEPENDS=	wish8.0jp:${PORTSDIR}/japanese/tk80
17
RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_ENV=	WISH=${PREFIX}/bin/wish8.0jp \
21
CONFIGURE_ENV=	WISH=${LOCALBASE}/bin/wish8.4
22
		INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
23
		INSTALL_DATA="${INSTALL_DATA}"
24
22
25
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (bookview-3.1.1.tar.gz) = 7287b02a5eeb80892c48a5f88de14b07
1
MD5 (bookview-3.2.tar.gz) = dfd95f77d5df8ad65cf12b6e7dd1b9b4
(-)pkg-descr (-3 lines)
Lines 1-10 Link Here
1
BookView is a NDTP (Network Dictionary Transfer Protocol) client
1
BookView is a NDTP (Network Dictionary Transfer Protocol) client
2
written in Tcl/Tk.  It requires Tcl8.0jp and Tk8.0jp (Japanized
3
version).  BookView can talk to NDTPD and dserver.
4

Return to bug 53892