2005-02-05 13:14:35 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2005/02/05 13:14:35 sturm Exp $
|
2001-05-16 14:44:26 +00:00
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2001-09-16 17:10:29 +00:00
|
|
|
COMMENT= "fast and customizable WWW browser"
|
|
|
|
|
2005-02-05 13:14:35 +00:00
|
|
|
PKGNAME= opera-7.54u2
|
|
|
|
DISTNAME= opera-7.54-20050131.1-static-qt.i386-en
|
2001-05-16 14:44:26 +00:00
|
|
|
CATEGORIES= www
|
2004-05-15 12:56:46 +00:00
|
|
|
|
2001-05-16 14:44:26 +00:00
|
|
|
HOMEPAGE= http://www.opera.com/
|
|
|
|
|
2004-05-15 12:56:46 +00:00
|
|
|
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
|
|
|
|
2001-05-16 14:44:26 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= "Commercial software"
|
|
|
|
PERMIT_PACKAGE_FTP= "Commercial software"
|
|
|
|
PERMIT_DISTFILES_CDROM= "Commercial software"
|
|
|
|
PERMIT_DISTFILES_FTP= "Commercial software"
|
|
|
|
|
2002-05-28 15:03:03 +00:00
|
|
|
MASTER_SITES_OPERA= ftp://ftp.opera.com/pub/opera/ \
|
|
|
|
ftp://gd.tuwien.ac.at/infosys/browsers/opera/ \
|
|
|
|
ftp://ftp.hu-berlin.de/pub/www/opera/ \
|
|
|
|
ftp://sunsite.cnlab-switch.ch/mirror/opera/ \
|
|
|
|
ftp://ftp.planetmirror.com/pub/opera/ \
|
|
|
|
ftp://ftp.sunet.se/pub/www/clients/Opera/ \
|
|
|
|
ftp://ftp.task.gda.pl/pub/opera/ \
|
|
|
|
ftp://opera.mirror.stop.hu/opera/ \
|
|
|
|
http://www.panix.com/opera/files/ \
|
|
|
|
ftp://ftp.rge.com/pub/infosystems/opera/ \
|
|
|
|
http://www.rge.com/pub/infosystems/opera/
|
|
|
|
|
2005-02-05 13:14:35 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITES_OPERA:=linux/754u2/final/en/i386/static/}
|
2002-04-23 15:44:43 +00:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2001-05-16 14:44:26 +00:00
|
|
|
|
2003-11-09 09:46:26 +00:00
|
|
|
RUN_DEPENDS= :redhat_base->=8.0:emulators/redhat/base
|
2001-05-16 14:44:26 +00:00
|
|
|
|
2001-10-25 16:14:51 +00:00
|
|
|
NO_BUILD= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-05-16 14:44:26 +00:00
|
|
|
do-install:
|
2001-06-02 21:22:09 +00:00
|
|
|
cd ${WRKBUILD} && ./install.sh \
|
2001-09-16 17:10:29 +00:00
|
|
|
--prefix=${PREFIX} \
|
2002-05-16 12:55:21 +00:00
|
|
|
--exec_prefix=${PREFIX}/libexec \
|
|
|
|
--plugindir=${PREFIX}/lib/opera/plugins
|
2002-07-03 20:37:36 +00:00
|
|
|
cd ${PREFIX}/share/doc/opera && \
|
2002-04-23 15:44:43 +00:00
|
|
|
ln -sf ../../opera/help .
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/opera
|
2002-07-03 20:37:36 +00:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/operarc \
|
|
|
|
${PREFIX}/share/examples/opera/opera6rc
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/operarc.fixed \
|
|
|
|
${PREFIX}/share/examples/opera/opera6rc.fixed
|
2002-04-23 15:44:43 +00:00
|
|
|
sed -e 's:@PREFIX@:${TRUEPREFIX}:g' \
|
|
|
|
-e 's:@LOCALBASE@:${LOCALBASE}:g' \
|
|
|
|
${FILESDIR}/opera.sh >${PREFIX}/bin/opera
|
2001-05-16 14:44:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|