mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ea676b6c0a
and now the help menu problem should be fixed.
22 lines
651 B
Makefile
22 lines
651 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.7
|
|
JAPANIZE_KIT= communicator-ja-euc-v47-export.generic-generic-generic.tar.gz
|
|
NETHELP= nethelp-v47
|
|
|
|
.include "${MASTERDIR}/Makefile"
|