blob: 79d6b52213ff0d6df76b85089828a7d089922128 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: Netscape browser with Korean resources
# Version required: 4.61
# Date created: 14 Jun 1999
# Whom: cjh@kr.freebsd.org
#
# $Id$
#
MASTERDIR= ${.CURDIR}/../netscape4-communicator
MAINTAINER= cjh@kr.freebsd.org
RUN_DEPENDS= ${PREFIX}/bin/${BROWSER}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape46-${BROWSER}
FILESDIR?= ${.CURDIR}/files
BROWSER_CMD= ko-${BROWSER}-46
BROWSER_VERSION= 4.61
NETHELP= nethelp-v451
KOREAN_KIT= netscape-korean-kit-v461.19990804
.include "${MASTERDIR}/Makefile"
|