mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
edcf8b3594
Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
17 lines
572 B
Makefile
17 lines
572 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
|
|
|
|
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"
|