blob: bdfb9361543e38ce34b7c215c212e02a854c0710 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: Netscape browser with Japanese resources
# Version required: 4.7*
# Date created: 13 Mar 1998
# Whom: sada
#
# $FreeBSD$
#
DISTNAME= communicator-ja-euc-v472-export.generic-generic-generic
MASTERDIR= ${.CURDIR}/../netscape4-communicator
SUBMASTERDIR= ${.CURDIR}/../netscape${BROWSER_VER}-communicator
FILESDIR= ${SUBMASTERDIR}/files
PATCHDIR= ${SUBMASTERDIR}/patches
PKGDIR= ${SUBMASTERDIR}/pkg
BROWSER_VER= 47
BROWSER_VERSION= 4.72
NETHELP= nethelp-v47
.include "${MASTERDIR}/Makefile"
|