diff options
author | imura <imura@FreeBSD.org> | 2000-02-09 00:22:14 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-02-09 00:22:14 +0800 |
commit | 34431e107f8628554e8a1680da2a7054782db798 (patch) | |
tree | 69468a1c82b643f814972ebb11358eb05d56c76e /korean | |
parent | c82f23d340e6a2530ce1d33e98c0d70ab0a5b686 (diff) | |
download | freebsd-ports-graphics-34431e107f8628554e8a1680da2a7054782db798.tar.gz freebsd-ports-graphics-34431e107f8628554e8a1680da2a7054782db798.tar.zst freebsd-ports-graphics-34431e107f8628554e8a1680da2a7054782db798.zip |
New port korean netscape47-navigator,communicator.
PR: 16371
Submitted by: CHOI Junho <cjh@kr.FreeBSD.ORG>
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 2 | ||||
-rw-r--r-- | korean/netscape47-communicator/Makefile | 10 | ||||
-rw-r--r-- | korean/netscape47-communicator/distinfo | 2 | ||||
-rw-r--r-- | korean/netscape47-communicator/pkg-plist | 2 | ||||
-rw-r--r-- | korean/netscape47-navigator/Makefile | 4 |
5 files changed, 11 insertions, 9 deletions
diff --git a/korean/Makefile b/korean/Makefile index 12c44887466..2af96fcb9a0 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -43,6 +43,8 @@ SUBDIR += netscape4-navigator SUBDIR += netscape46-communicator SUBDIR += netscape46-navigator + SUBDIR += netscape47-communicator + SUBDIR += netscape47-navigator SUBDIR += nh2ps SUBDIR += nhpf SUBDIR += nhppf diff --git a/korean/netscape47-communicator/Makefile b/korean/netscape47-communicator/Makefile index cd731059ad3..51a38c3826d 100644 --- a/korean/netscape47-communicator/Makefile +++ b/korean/netscape47-communicator/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: Netscape browser with Korean resources -# Version required: 4.61 +# Version required: 4.7 # Date created: 14 Jun 1999 # Whom: cjh@kr.freebsd.org # @@ -10,14 +10,14 @@ MASTERDIR= ${.CURDIR}/../netscape4-communicator MAINTAINER= cjh@kr.freebsd.org -RUN_DEPENDS= ${PREFIX}/bin/${BROWSER}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape46-${BROWSER} +RUN_DEPENDS= ${PREFIX}/bin/${BROWSER}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape47-${BROWSER} FILESDIR?= ${.CURDIR}/files -BROWSER_CMD= ko-${BROWSER}-46 -BROWSER_VERSION= 4.61 +BROWSER_CMD= ko-${BROWSER}-47 +BROWSER_VERSION= 4.7 NETHELP= nethelp-v451 -KOREAN_KIT= netscape-korean-kit-v461.19990804 +KOREAN_KIT= netscape-korean-kit-v47.20000116 .include "${MASTERDIR}/Makefile" diff --git a/korean/netscape47-communicator/distinfo b/korean/netscape47-communicator/distinfo index d34eab87ae6..0022f1cba8e 100644 --- a/korean/netscape47-communicator/distinfo +++ b/korean/netscape47-communicator/distinfo @@ -1 +1 @@ -MD5 (netscape-korean-kit-v461.19990804.tar.gz) = 867ffaed95e6b18946644beb93148454 +MD5 (netscape-korean-kit-v47.20000116.tar.gz) = 60d983049198a3ed4d5844f909bf5978 diff --git a/korean/netscape47-communicator/pkg-plist b/korean/netscape47-communicator/pkg-plist index 00b541e02b3..7e1a7b5b237 100644 --- a/korean/netscape47-communicator/pkg-plist +++ b/korean/netscape47-communicator/pkg-plist @@ -1,4 +1,4 @@ -bin/ko-communicator-46 +bin/ko-communicator-47 @exec ln -sf %f %B/netscape %%NSUBDIR%%/netscape.cfg %%NSUBDIR%%/%%LANG%%/Netscape diff --git a/korean/netscape47-navigator/Makefile b/korean/netscape47-navigator/Makefile index fb84c977189..e4727b11bb7 100644 --- a/korean/netscape47-navigator/Makefile +++ b/korean/netscape47-navigator/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: Netscape browser with Korean resources -# Version required: 4.61 +# Version required: 4.7 # Date created: 14 Jun 1999 # Whom: cjh@kr.freebsd.org # @@ -10,7 +10,7 @@ MAINTAINER= cjh@kr.freebsd.org FILESDIR= ${BASEDIR}/files -BASEDIR= ${.CURDIR}/../netscape46-communicator +BASEDIR= ${.CURDIR}/../netscape47-communicator BROWSER= navigator .include "${BASEDIR}/Makefile" |