blob: 69e11d3156bda38cc83254b0b48019c9d3052d7e (
plain)
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.07
# Date created: 13 Mar 1998
# Whom: sada
#
# $Id: Makefile,v 1.5 1998/10/09 04:22:20 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"
|