2000-03-26 20:07:50 +00:00
|
|
|
# New ports collection makefile for: Netscape browser with Japanese resources
|
|
|
|
# Date created: 24 Mar 2000
|
|
|
|
# Whom: imura@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/linux-netscape47-${BROWSER}
|
|
|
|
RUN_DEPENDS+= /compat/linux/usr/share/locale/ja_JP:${PORTSDIR}/japanese/linux_locale
|
|
|
|
|
2000-05-14 17:50:20 +00:00
|
|
|
MAINTAINER= imura@FreeBSD.org
|
|
|
|
|
2000-03-26 20:07:50 +00:00
|
|
|
BROWSER_ARC= ${BROWSER}-linux
|
|
|
|
MASTERDIR_LINUX= ${.CURDIR}/../linux-netscape47-communicator
|
|
|
|
NSUBDIR= lib/netscape-linux
|
|
|
|
START_SCRIPT= ${MASTERDIR_LINUX}/files/start.sh.in
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../netscape47-communicator/Makefile"
|