aboutsummaryrefslogtreecommitdiffstats
path: root/www/opera/Makefile
blob: 03baf674d5f26067e162d9756041cc004a6bfe33 (plain) (blame)
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
# New ports collection makefile for:        opera
# Date created:                 November 5th 2000
# Whom:                     des
#
# $FreeBSD$
#

PORTNAME=   opera
PORTVERSION=    6.10.20021001
CATEGORIES= www
MASTER_SITES=   http://web.opera.com/download/unix/untested/intel-freebsd/251-20021001-6.1-P2/
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/10./10-/}.1-static-qt.i386.freebsd

MAINTAINER= des@FreeBSD.org

LIB_DEPENDS=    png.5:${PORTSDIR}/graphics/png

USE_BZIP2=  yes
ONLY_FOR_ARCHS= i386
USE_XLIB=   yes

NO_BUILD=   yes
NO_FILTER_SHLIBS=yes

do-install:
    (cd ${WRKSRC} && ${SH} install.sh --prefix="${PREFIX}")

.include <bsd.port.mk>