diff options
author | marcus <marcus@FreeBSD.org> | 2004-05-30 20:05:52 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-05-30 20:05:52 +0000 |
commit | e7376e3320ec29bd76091b3c84ea1225b977021a (patch) | |
tree | 181960d06e7b43e470e6fd25055de644c31d58cc /www/firefox-remote | |
parent | f7c3d0abc6fc35373b4be337699af54178c107ad (diff) | |
download | FreeBSD-ports-e7376e3320ec29bd76091b3c84ea1225b977021a.zip FreeBSD-ports-e7376e3320ec29bd76091b3c84ea1225b977021a.tar.gz |
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>
Diffstat (limited to 'www/firefox-remote')
-rw-r--r-- | www/firefox-remote/Makefile | 31 | ||||
-rw-r--r-- | www/firefox-remote/distinfo | 2 | ||||
-rw-r--r-- | www/firefox-remote/pkg-descr | 2 | ||||
-rw-r--r-- | www/firefox-remote/pkg-plist | 1 |
4 files changed, 36 insertions, 0 deletions
diff --git a/www/firefox-remote/Makefile b/www/firefox-remote/Makefile new file mode 100644 index 0000000..18a2a2e --- /dev/null +++ b/www/firefox-remote/Makefile @@ -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> diff --git a/www/firefox-remote/distinfo b/www/firefox-remote/distinfo new file mode 100644 index 0000000..de0b439 --- /dev/null +++ b/www/firefox-remote/distinfo @@ -0,0 +1,2 @@ +MD5 (firefox-remote-20040513.bz2) = 8d5854295a57f8002e6935d1ffe9dfd1 +SIZE (firefox-remote-20040513.bz2) = 245 diff --git a/www/firefox-remote/pkg-descr b/www/firefox-remote/pkg-descr new file mode 100644 index 0000000..b65cc04 --- /dev/null +++ b/www/firefox-remote/pkg-descr @@ -0,0 +1,2 @@ +Wrapper script for firefox web browser to add the open-in-new-tab functionality +missing in the original startup script. diff --git a/www/firefox-remote/pkg-plist b/www/firefox-remote/pkg-plist new file mode 100644 index 0000000..3ab22d8 --- /dev/null +++ b/www/firefox-remote/pkg-plist @@ -0,0 +1 @@ +bin/firefox-remote |