d35ae72828
- remove RUN_DEPENDS to linux-locale # now linux_base is version 7 which includes japanese locale. - change Japanese locale to ja_JP.eucJP Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
19 lines
601 B
Makefile
19 lines
601 B
Makefile
# New ports collection makefile for: Netscape browser with Japanese resources
|
|
# Date created: 24 Mar 2000
|
|
# Whom: imura@af.airnet.ne.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
RUN_DEPENDS= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/linux-netscape47-${BROWSER_NAME}
|
|
|
|
BROWSER_ARC= ${BROWSER_NAME}-linux
|
|
BROWSER_VERSION= 4.79
|
|
MASTERDIR_LINUX= ${.CURDIR}/../linux-netscape47-communicator
|
|
NSUBDIR= lib/netscape-linux
|
|
START_SCRIPT= ${MASTERDIR_LINUX}/files/start.sh.in
|
|
|
|
post-patch:
|
|
${PATCH} ${PATCH_DIST_ARGS} < ${MASTERDIR_LINUX}/files/patch-aa
|
|
|
|
.include "${.CURDIR}/../netscape47-communicator/Makefile"
|