1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add firefox-remote, a remote control wrapper script that allows one to open

URLs in new tabs.

PR:		66615
Submitted by:	Franz Klammer <klammer@webonaut.com>
This commit is contained in:
Joe Marcus Clarke 2004-05-30 20:05:52 +00:00
parent 53262e188e
commit b42bd964ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110425
5 changed files with 37 additions and 0 deletions

View File

@ -96,6 +96,7 @@
SUBDIR += ffproxy
SUBDIR += fhttpd
SUBDIR += firefox
SUBDIR += firefox-remote
SUBDIR += flashplugin
SUBDIR += flashplugin-mozilla
SUBDIR += flashplugin-mozilla-devel

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: firefox-remote
# Date created: 13 May 2004
# Whom: Franz Klammer <klammer@webonaut.com>
#
# $FreeBSD$
#
PORTNAME= firefox
PORTVERSION= 20040513
CATEGORIES= www
MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}/
PKGNAMESUFFIX= -remote
EXTRACT_SUFX= .bz2
MAINTAINER= klammer@webonaut.com
COMMENT= Wrapper script for firefox web browser
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
NO_WRKSUBDIR= yes
EXTRACT_AFTER_ARGS= > ${PORTNAME}
do-build:
@${REINPLACE_CMD} -e 's|@X11BASE@|${PREFIX}|g' \
${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (firefox-remote-20040513.bz2) = 8d5854295a57f8002e6935d1ffe9dfd1
SIZE (firefox-remote-20040513.bz2) = 245

View File

@ -0,0 +1,2 @@
Wrapper script for firefox web browser to add the open-in-new-tab functionality
missing in the original startup script.

View File

@ -0,0 +1 @@
bin/firefox-remote