blob: 64b7a6498a463c1a2dcfa2644e7529e89b4dfa7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: Netscape browser with Korean resources
# Version required: 4.08
# Date created: 25 Oct 1998
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
# $FreeBSD$
#
# based on japanese/netscape4-*
MASTER_DIR= ${.CURDIR}/../netscape4-communicator
MAINTAINER= cjh@kr.freebsd.org
BROWSER= navigator
.include "${MASTER_DIR}/Makefile"
|