mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8071ee584b
I borrowed this idea from ja-netscape-*. But the situation is not same as ja-netscape-*, I've imported just needed changes.
20 lines
516 B
Makefile
20 lines
516 B
Makefile
# New ports collection makefile for: Netscape browser with Korean resources
|
|
# Date created: 14 Jun 1999
|
|
# 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
|
|
|
|
BROWSER_VER= 47
|
|
BROWSER_VERSION= 4.73
|
|
NETHELP= nethelp-v451
|
|
KOREAN_KIT= netscape-korean-kit-v473.20000514
|
|
|
|
.include "${MASTERDIR}/Makefile"
|