View | Details | Raw Unified | Return to bug 68503
Collapse All | Expand All

(-)firefox-remote/Makefile (-2 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	firefox
8
PORTNAME=	firefox
9
PORTVERSION=	20040621
9
PORTVERSION=	20040630
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/
11
MASTER_SITES=	http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/
12
PKGNAMESUFFIX=	-remote
12
PKGNAMESUFFIX=	-remote
Lines 14-20 Link Here
14
EXTRACT_SUFX=	.bz2
14
EXTRACT_SUFX=	.bz2
15
15
16
MAINTAINER=	klammer@webonaut.com
16
MAINTAINER=	klammer@webonaut.com
17
COMMENT=	Wrapper script for firefox web browser
17
COMMENT=	Wrapper scripts for firefox web browser
18
18
19
USE_BZIP2=	yes
19
USE_BZIP2=	yes
20
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
Lines 28-32 Link Here
28
28
29
do-install:
29
do-install:
30
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
30
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
31
	${LN} -s ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} \
32
		${PREFIX}/bin/thunderbird${PKGNAMESUFFIX}
33
	${CAT} ${PKGMESSAGE}
31
34
32
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)firefox-remote/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (firefox-remote-20040621.bz2) = 7d2bf92e920022fdf9af3f6dcaccb3fd
1
MD5 (firefox-remote-20040630.bz2) = a054b397c98889de42cc8a0ad13d94da
2
SIZE (firefox-remote-20040621.bz2) = 350
2
SIZE (firefox-remote-20040630.bz2) = 800
(-)firefox-remote/pkg-descr (+2 lines)
Lines 1-2 Link Here
1
Wrapper script for firefox web browser to add the open-in-new-tab functionality
1
Wrapper script for firefox web browser to add the open-in-new-tab functionality
2
missing in the original startup script.
2
missing in the original startup script.
3
4
also included thunderbird-remote.
(-)firefox-remote/pkg-message (+7 lines)
Line 0 Link Here
1
========================================================================
2
3
to enable mailto: in firefox the easiest way is to install the MozEx
4
navigation extension and use "${X11BASE}/bin/thunderbird-remote %r"
5
(without quotes) as the Mailer command.
6
7
========================================================================
(-)firefox-remote/pkg-plist (+1 lines)
Line 1 Link Here
1
bin/firefox-remote
1
bin/firefox-remote
2
bin/thunderbird-remote

Return to bug 68503