2002-05-28 11:03:03 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2002/05/28 15:03:03 naddy Exp $
|
2001-05-16 10:44:26 -04:00
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2001-09-16 13:10:29 -04:00
|
|
|
COMMENT= "fast and customizable WWW browser"
|
|
|
|
|
2002-05-28 11:03:03 -04:00
|
|
|
PKGNAME= opera-6.01
|
|
|
|
DISTNAME= opera-6.01-20020523.1-static-qt.i386
|
2001-05-16 10:44:26 -04:00
|
|
|
CATEGORIES= www
|
2002-04-23 11:44:43 -04:00
|
|
|
NEED_VERSION= 1.522
|
2001-05-16 10:44:26 -04:00
|
|
|
HOMEPAGE= http://www.opera.com/
|
|
|
|
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= "Commercial software"
|
|
|
|
PERMIT_PACKAGE_FTP= "Commercial software"
|
|
|
|
PERMIT_DISTFILES_CDROM= "Commercial software"
|
|
|
|
PERMIT_DISTFILES_FTP= "Commercial software"
|
|
|
|
|
2002-05-28 11:03:03 -04: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://opera.docuweb.ca/pub/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/
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITES_OPERA:=linux/601/final/en/qt_static/}
|
2002-04-23 11:44:43 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2001-05-16 10:44:26 -04:00
|
|
|
|
2001-11-13 17:13:22 -05:00
|
|
|
RUN_DEPENDS= :redhat_base->=6.2p1:emulators/redhat/base \
|
2002-05-28 11:03:03 -04:00
|
|
|
:redhat_motif->=2.1.30:emulators/redhat/motif
|
2001-05-16 10:44:26 -04:00
|
|
|
|
2001-10-25 12:14:51 -04:00
|
|
|
NO_BUILD= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-05-16 10:44:26 -04:00
|
|
|
do-install:
|
2001-06-02 17:22:09 -04:00
|
|
|
cd ${WRKBUILD} && ./install.sh \
|
2001-09-16 13:10:29 -04:00
|
|
|
--prefix=${PREFIX} \
|
2002-05-16 08:55:21 -04:00
|
|
|
--exec_prefix=${PREFIX}/libexec \
|
|
|
|
--plugindir=${PREFIX}/lib/opera/plugins
|
2002-04-23 11:44:43 -04:00
|
|
|
cd ${PREFIX}/share/doc/opera; \
|
|
|
|
ln -sf ../../opera/help .
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/opera
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/operarc ${PREFIX}/share/examples/opera
|
|
|
|
sed -e 's:@PREFIX@:${TRUEPREFIX}:g' \
|
|
|
|
-e 's:@LOCALBASE@:${LOCALBASE}:g' \
|
|
|
|
${FILESDIR}/opera.sh >${PREFIX}/bin/opera
|
2001-05-16 10:44:26 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|