# $OpenBSD: Makefile,v 1.59 2009/03/05 05:38:17 sturm Exp $ ONLY_FOR_ARCHS = i386 COMMENT = fast and customizable WWW browser V = 10.10 #BUILD = 4440 #BUILD = 4449 #BUILD = 4453 #BUILD = 4458 #BUILD = 4478 #BUILD = 4493 #BUILD = 4502 #BUILD = 4520 #BUILD = 4566 BUILD = 4609 #DISTNAME = opera-${V}-${BUILD}.gcc3-shared-qt3.i386 DISTNAME = opera-${V}-${BUILD}.gcc4-shared-qt3.i386 PKGNAME = opera10-${V}-${BUILD} CATEGORIES = www HOMEPAGE = http://www.opera.com/ MAINTAINER = frantisek holop PERMIT_PACKAGE_CDROM = Commercial software PERMIT_PACKAGE_FTP = Commercial software PERMIT_DISTFILES_CDROM =Commercial software PERMIT_DISTFILES_FTP = Commercial software MASTER_SITES = http://snapshot.opera.com/unix/snapshot-${BUILD}/intel-linux/ EXTRACT_SUFX = .tar.bz2 RUN_DEPENDS = ::devel/desktop-file-utils \ ::emulators/fedora/base NO_BUILD = Yes NO_REGRESS = Yes WRKDIST = ${WRKDIR}/${DISTNAME} do-install: cd ${WRKBUILD} && ./install.sh \ --DESTDIR=${DESTDIR} \ --prefix=${TRUEPREFIX}/opera10 .include