mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
d9f7c4b28d
hanemacs and hmconv had invalid version strings (fixed). I also got replaced AMI_VER and HANIM_VER with PORTVERSION but I didn't touch BROWSER_VER (in netscape ports) since it was used in too many places.
23 lines
519 B
Makefile
23 lines
519 B
Makefile
# New ports collection makefile for: Netscape browser with Korean resources
|
|
# Date created: 14 Jun 1999
|
|
# Whom: cjh@kr.freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../netscape4-communicator
|
|
|
|
MAINTAINER= cjh@kr.freebsd.org
|
|
|
|
RUN_DEPENDS= ${PREFIX}/bin/${BROWSER}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape47-${BROWSER}
|
|
|
|
FILESDIR?= ${.CURDIR}/files
|
|
|
|
|
|
BROWSER_CMD= ko-${BROWSER}-47
|
|
BROWSER_VERSION= 4.72
|
|
NETHELP= nethelp-v451
|
|
KOREAN_KIT= netscape-korean-kit-v472.20000302
|
|
|
|
.include "${MASTERDIR}/Makefile"
|