mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
6e3e43c075
remote control method on demand. That means, invoking netscape when it's already running will just open a new window without a 'lock file exists' alert. :) Do not install this port if you already have a netscape installed, or you will get ${PREFIX}/bin/netscape overwritten! Try reinstalling the netscape port after the following commit of mine. Obtained from: RedHat Linux
25 lines
483 B
Makefile
25 lines
483 B
Makefile
# New ports collection makefile for: netscape-wrapper
|
|
# Date created: 3 May 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netscape-wrapper
|
|
PORTVERSION= 2000.05.07
|
|
CATEGORIES= www
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
RUN_DEPENDS= netscape-remote:${PORTSDIR}/www/netscape-remote
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/netscape.sh ${PREFIX}/bin/netscape
|
|
|
|
.include <bsd.port.mk>
|