diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-06-25 13:31:07 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-06-25 13:31:07 +0000 |
commit | 8071ee584b5d5eb7649ba4398c3080bcf6cf1830 (patch) | |
tree | 6cf4aabb5217933617a72487eb30f86829fcfb7a /korean/netscape47-communicator/Makefile | |
parent | 674054d9f1d9e5b148a6844a04e6aaa0822cad7d (diff) |
Notes
Diffstat (limited to 'korean/netscape47-communicator/Makefile')
-rw-r--r-- | korean/netscape47-communicator/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/korean/netscape47-communicator/Makefile b/korean/netscape47-communicator/Makefile index b43e75658016..ab4d776315f3 100644 --- a/korean/netscape47-communicator/Makefile +++ b/korean/netscape47-communicator/Makefile @@ -1,20 +1,17 @@ # New ports collection makefile for: Netscape browser with Korean resources # Date created: 14 Jun 1999 -# Whom: cjh@kr.freebsd.org +# Whom: CHOI Junho <cjh@FreeBSD.org> # # $FreeBSD$ # MASTERDIR= ${.CURDIR}/../netscape4-communicator +SUBMASTERDIR= ${.CURDIR}/../netscape${BROWSER_VER}-communicator +FILESDIR= ${SUBMASTERDIR}/files +PATCHDIR= ${SUBMASTERDIR}/patches +PKGDIR= ${SUBMASTERDIR}/pkg -MAINTAINER= cjh@kr.freebsd.org - -RUN_DEPENDS= ${PREFIX}/bin/${BROWSER}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape47-${BROWSER} - -FILESDIR?= ${.CURDIR}/files - - -BROWSER_CMD= ko-${BROWSER}-47 +BROWSER_VER= 47 BROWSER_VERSION= 4.73 NETHELP= nethelp-v451 KOREAN_KIT= netscape-korean-kit-v473.20000514 |