summaryrefslogtreecommitdiff
path: root/www/opera/Makefile
blob: 6a2ea43cd591934bc8967b86251f6668cdcc263c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# $NetBSD: Makefile,v 1.24 2002/04/08 12:24:08 wiz Exp $

DISTNAME=	opera-5.0.1
CATEGORIES=	www
MASTER_SITES=	http://opera.online.no/linux/500/ \
		ftp://ftp.opera.com/pub/opera/linux/500/ \
		ftp://ftp.tuwien.ac.at/infosys/browsers/opera/linux/500/
DISTFILES=	${RPMFILES}

MAINTAINER=	tron@netbsd.org
HOMEPAGE=	http://www.opera.com/
COMMENT=	Small, fast and customizable WWW client

ONLY_FOR_PLATFORM=	NetBSD-*-i386

LICENSE=	opera-license

# we need the DIST_SUBDIR=. because of the inclusion of suse's Makefile.common
DIST_SUBDIR=	.
EXTRACT_ONLY=	# empty
NO_BUILD=	YES
PLIST_SRC=	${WRKDIR}/PLIST_DYNAMIC

.include "../../mk/bsd.prefs.mk"

.if (${MACHINE_ARCH} == i386)
DEPENDS+=	suse_compat>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat
DEPENDS+=	suse_libjpeg>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libjpeg
DEPENDS+=	suse_libpng>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libpng
DEPENDS+=	suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11

OPERA_ARCH=	${MACHINE_ARCH}
.elif (${MACHINE_ARCH} == powerpc)
DEPENDS+=	linuxppc_lib>=2000.4.2:../../emulators/linuxppc_lib

OPERA_ARCH=	ppc
.endif

RPMFILES=	opera-static-5.0-1.${OPERA_ARCH}.rpm

post-install:
	${LN} -fs ../${EMULSUBDIR}/usr/bin/opera ${PREFIX}/bin

.include "../../emulators/suse_linux/Makefile.application"