mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22aecbe8e6
PW repository copied them, so I'll commit correct contents later.
26 lines
641 B
Makefile
26 lines
641 B
Makefile
# New ports collection makefile for: Netscape browser with Japanese resources
|
|
# Version required: 4.5
|
|
# Date created: 13 Mar 1998
|
|
# Whom: sada
|
|
#
|
|
# $Id: Makefile,v 1.5 1999/05/02 14:11:46 sada Exp $
|
|
#
|
|
|
|
BROKEN= REPOSITORY COPIED
|
|
|
|
MASTERDIR= ${.CURDIR}/../netscape4-communicator
|
|
|
|
MAINTAINER= sada@FreeBSD.ORG
|
|
|
|
RUN_DEPENDS= ${PREFIX}/bin/${BROWSER}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape45-${BROWSER} \
|
|
${FONT_DEPEND}
|
|
|
|
FILESDIR?= ${.CURDIR}/files
|
|
|
|
BROWSER_CMD= ja-${BROWSER}-45
|
|
BROWSER_VERSION= 4.51
|
|
JAPANIZE_KIT= communicator-ja-euc-v45-export.generic-generic-generic.tar.gz
|
|
NSUBDIR?= netscape-4.51
|
|
|
|
.include "${MASTERDIR}/Makefile"
|