diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-02 00:44:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-02 00:44:34 +0800 |
commit | 77a19836eda6d67392bce7f76f54f9af64863187 (patch) | |
tree | fb5548eb6699d96410edcdc26992ee70a99ff652 /www/firefox-remote | |
parent | 52ff0e0cad7d7fff4033986baf9b6f9e563ad876 (diff) | |
download | freebsd-ports-gnome-77a19836eda6d67392bce7f76f54f9af64863187.tar.gz freebsd-ports-gnome-77a19836eda6d67392bce7f76f54f9af64863187.tar.zst freebsd-ports-gnome-77a19836eda6d67392bce7f76f54f9af64863187.zip |
Update to 20040701 which determines the installed Firefox version, and adds
support for thunderbird-remote.
PR: 68503
Submitted by: maintainer
Diffstat (limited to 'www/firefox-remote')
-rw-r--r-- | www/firefox-remote/Makefile | 7 | ||||
-rw-r--r-- | www/firefox-remote/distinfo | 4 | ||||
-rw-r--r-- | www/firefox-remote/pkg-descr | 2 | ||||
-rw-r--r-- | www/firefox-remote/pkg-message | 7 | ||||
-rw-r--r-- | www/firefox-remote/pkg-plist | 1 |
5 files changed, 17 insertions, 4 deletions
diff --git a/www/firefox-remote/Makefile b/www/firefox-remote/Makefile index 77755f9392cb..a64513cc5683 100644 --- a/www/firefox-remote/Makefile +++ b/www/firefox-remote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= firefox -PORTVERSION= 20040621 +PORTVERSION= 20040701 CATEGORIES= www MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/ PKGNAMESUFFIX= -remote @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} EXTRACT_SUFX= .bz2 MAINTAINER= klammer@webonaut.com -COMMENT= Wrapper script for firefox web browser +COMMENT= Wrapper scripts for firefox web browser USE_BZIP2= yes USE_X_PREFIX= yes @@ -28,5 +28,8 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} + ${LN} -s ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} \ + ${PREFIX}/bin/thunderbird${PKGNAMESUFFIX} + ${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/www/firefox-remote/distinfo b/www/firefox-remote/distinfo index 428f5dd5b497..fa6347e45c6f 100644 --- a/www/firefox-remote/distinfo +++ b/www/firefox-remote/distinfo @@ -1,2 +1,2 @@ -MD5 (firefox-remote-20040621.bz2) = 7d2bf92e920022fdf9af3f6dcaccb3fd -SIZE (firefox-remote-20040621.bz2) = 350 +MD5 (firefox-remote-20040701.bz2) = 755852c96f7173f7c349a66ec835f12e +SIZE (firefox-remote-20040701.bz2) = 869 diff --git a/www/firefox-remote/pkg-descr b/www/firefox-remote/pkg-descr index b65cc04fccbe..19bda45f1907 100644 --- a/www/firefox-remote/pkg-descr +++ b/www/firefox-remote/pkg-descr @@ -1,2 +1,4 @@ Wrapper script for firefox web browser to add the open-in-new-tab functionality missing in the original startup script. + +also included thunderbird-remote. diff --git a/www/firefox-remote/pkg-message b/www/firefox-remote/pkg-message new file mode 100644 index 000000000000..796f2f2602e3 --- /dev/null +++ b/www/firefox-remote/pkg-message @@ -0,0 +1,7 @@ +======================================================================== + +To enable mailto: in firefox the easiest way is to install the MozEx +navigation extension and use "${X11BASE}/bin/thunderbird-remote %r" +(without quotes) as the Mailer command. + +======================================================================== diff --git a/www/firefox-remote/pkg-plist b/www/firefox-remote/pkg-plist index 3ab22d88a917..368e900f3504 100644 --- a/www/firefox-remote/pkg-plist +++ b/www/firefox-remote/pkg-plist @@ -1 +1,2 @@ bin/firefox-remote +bin/thunderbird-remote |