mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
fdf33c5a53
PR: 18479 Submitted by: maintainer
23 lines
507 B
Makefile
23 lines
507 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= 2.4.7
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/bookview/
|
|
|
|
MAINTAINER= takamune@avrl.mei.co.jp
|
|
|
|
RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= WISH=${PREFIX}/bin/wish8.0jp \
|
|
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
|
INSTALL_DATA="${INSTALL_DATA}"
|
|
|
|
.include <bsd.port.mk>
|