diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
5 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 8b6dcebdf616..555f47999feb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -96,6 +96,7 @@ SUBDIR += ffproxy SUBDIR += fhttpd SUBDIR += firefox + SUBDIR += firefox-remote SUBDIR += flashplugin SUBDIR += flashplugin-mozilla SUBDIR += flashplugin-mozilla-devel diff --git a/www/firefox-remote/Makefile b/www/firefox-remote/Makefile new file mode 100644 index 000000000000..18a2a2e209ea --- /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 000000000000..de0b439de20f --- /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 000000000000..b65cc04fccbe --- /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 000000000000..3ab22d88a917 --- /dev/null +++ b/www/firefox-remote/pkg-plist @@ -0,0 +1 @@ +bin/firefox-remote |