blob: 09d254c0789b90e3a60b643af623fa2f64b650f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: Netscape browser with Japanese resources
# Version required: 4.06
# Date created: 13 Mar 1998
# Whom: sada
#
# $Id: Makefile,v 1.4 1998/04/01 01:49:24 asami Exp $
#
MAINTAINER= sada@e-mail.ne.jp
FILESDIR= ${MASTER_DIR}/files
PATCHDIR= ${MASTER_DIR}/patches
BROWSER_NAME= navigator
MANFILE= ${.CURDIR}/files/${MAN1}
MASTER_DIR= ${.CURDIR}/../netscape4-communicator
.include "${MASTER_DIR}/Makefile"
|