mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
b8aa76a2df
Note that plugins won't work unless you happen to have a Linux version of Motif (or OpenMotif) installed; there is no linux-openmotif port (yet) so you'll have to figure this one out on your own. Once you do, though, both www/linux-flashplugin and java/linux-jdk13 should work with no further tweaks (as should any other Netscape-compatible plugin that installs into ${PREFIX}/lib/netscape-linux/plugins). Happy browsing!
41 lines
1.0 KiB
Makefile
41 lines
1.0 KiB
Makefile
# New ports collection makefile for: linux-opera4
|
|
# Date created: December 6th 2000
|
|
# Whom: des
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= opera
|
|
PKGNAMEPREFIX= linux-
|
|
PORTVERSION= 5.05-tp1
|
|
CATEGORIES= www linux
|
|
MASTER_SITES= http://opera.online.no/linux/tgz/505/ \
|
|
ftp://ftp.opera.com/pub/opera/linux/505/
|
|
DISTNAME= opera-5.05_tp1-static_qt-libnpp-0.1.1
|
|
DISTFILES= ${DISTNAME}.x86${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= des@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \
|
|
${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png \
|
|
${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
NO_BUILD= yes
|
|
NO_FILTER_SHLIBS=yes
|
|
|
|
do-configure:
|
|
${SED} 's|%%PREFIX%%|${PREFIX}|; s|%%DATADIR%%|${DATADIR}|;' \
|
|
<${FILESDIR}/opera.sh >${WRKSRC}/wrapper.sh
|
|
|
|
do-install:
|
|
(cd ${WRKSRC} && ./install.sh \
|
|
--exec_prefix=${DATADIR}/bin \
|
|
--wrapperdir=${PREFIX}/bin \
|
|
--docdir=${DOCSDIR} \
|
|
--sharedir=${DATADIR} \
|
|
--plugindir=${DATADIR}/plugins )
|
|
|
|
.include <bsd.port.mk>
|