11a8ef61f6
user's environment variable with the same name. cf. http://tuxedo.org/~esr/BROWSER/ http://www.dwheeler.com/browse/secure_browser.html Approved by: cjh, girgen@partitur.se, sada, trevor
24 lines
760 B
Makefile
24 lines
760 B
Makefile
# New ports collection makefile for: Netscape browser with Korean resources
|
|
# Date created: 25 Jun 2000
|
|
# Whom: cjh@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
RUN_DEPENDS= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/linux-netscape47-${BROWSER_NAME}
|
|
RUN_DEPENDS+= /compat/linux/usr/share/locale/ko/LC_MESSAGES/SYS_LC_MESSAGES:${PORTSDIR}/korean/linux_locale
|
|
|
|
MAINTAINER= cjh@FreeBSD.org
|
|
|
|
BROWSER_ARC= ${BROWSER_NAME}-linux
|
|
MASTERDIR_LINUX= ${.CURDIR}/../linux-netscape47-communicator
|
|
NSUBDIR= lib/netscape-linux
|
|
START_SCRIPT= ${MASTERDIR_LINUX}/files/start.sh.in
|
|
# for 4.78, temporary
|
|
BROWSER_VERSION= 4.78
|
|
|
|
post-patch:
|
|
${PATCH} ${PATCH_DIST_ARGS} < ${MASTERDIR_LINUX}/files/patch-aa
|
|
|
|
.include "${.CURDIR}/../netscape47-communicator/Makefile"
|