mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
563 B
Makefile
23 lines
563 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}/files
|
|
PKGDIR= ${SUBMASTERDIR}
|
|
MD5_FILE= ${SUBMASTERDIR}/distinfo
|
|
|
|
BROWSER_VER= 47
|
|
BROWSER_VERSION= 4.76
|
|
NETHELP= nethelp-v451
|
|
KOREAN_KIT= netscape-korean-kit-v476.20001031
|
|
|
|
#PORTREVISION= 1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|