mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
27 lines
633 B
Makefile
27 lines
633 B
Makefile
# New ports collection makefile for: bookview
|
|
# Date created: 2 Oct 1997
|
|
# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bookview
|
|
PORTVERSION= 3.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/ \
|
|
ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/bookview/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= NDTP client written in Tcl/Tk
|
|
|
|
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
|
|
|
INFO= bookview-ja bookview
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= WISH=${LOCALBASE}/bin/wish8.4
|
|
|
|
.include <bsd.port.mk>
|