mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
26f89df370
Submitted by: "Akinori -Aki- MUSHA" <knu@idaemons.org> in ports-jp [9017]
22 lines
654 B
Makefile
22 lines
654 B
Makefile
# New ports collection makefile for: Netscape browser with Japanese resources
|
|
# Version required: 4.7*
|
|
# Date created: 13 Mar 1998
|
|
# Whom: sada
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
RUN_DEPENDS= ${PREFIX}/bin/${BROWSER}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape47-${BROWSER}
|
|
|
|
MASTERDIR= ${.CURDIR}/../netscape4-communicator
|
|
FILESDIR= ${.CURDIR}/../netscape47-communicator/files
|
|
PATCHDIR= ${.CURDIR}/../netscape47-communicator/patches
|
|
PKGDIR= ${.CURDIR}/../netscape47-communicator/pkg
|
|
|
|
BROWSER_CMD= ja-${BROWSER}-47
|
|
BROWSER_VERSION= 4.72
|
|
JAPANIZE_KIT= communicator-ja-euc-v472-export.generic-generic-generic.tar.gz
|
|
NETHELP= nethelp-v47
|
|
|
|
.include "${MASTERDIR}/Makefile"
|