mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
2c1d4b4e9e
NOTE: Now we couldn't use Fortify with Netscape 4.7s.
22 lines
653 B
Makefile
22 lines
653 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-v461-export.generic-generic-generic.tar.gz
|
|
NETHELP= nethelp-v451
|
|
|
|
.include "${MASTERDIR}/Makefile"
|