mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
26aa466b33
start-up script. Aproved by: sada 2) linux-realplayer requires libg++.so.2.7.2 when netscape-dynMotif. Problem reported by: knu 3) When linux-lesstif-ns is installed, use netscape-dynMotif.
19 lines
603 B
Makefile
19 lines
603 B
Makefile
# 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
|
|
|
|
MAINTAINER= imura@FreeBSD.org
|
|
|
|
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"
|