aboutsummaryrefslogtreecommitdiffstats
path: root/www/opera-linuxplugins/Makefile
blob: 88482ed98d8c96bdc6f33b73b53e2134928d2d7b (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for:        opera-linuxplugins
# Date created:                 December 17th 2006
# Whom:                     Arjan van Leeuwen <freebsd-maintainer@opera.com>
#
# $FreeBSD$
#

PORTNAME=   opera
PORTVERSION=    ${OPERA_VER}
CATEGORIES= www linux
MASTER_SITES=   ftp://opera.inode.at/${MASTER_SITES_VER_PATH} \
        http://gd.tuwien.ac.at/infosys/browsers/opera/${MASTER_SITES_VER_PATH} \
        http://ftp.ucr.ac.cr/WWW/opera/${MASTER_SITES_VER_PATH} \
        http://www.microrpm.ca/pub/opera/${MASTER_SITES_VER_PATH} \
        http://opera.eurenet.net/${MASTER_SITES_VER_PATH} \
        ftp://opera.ftp.fu-berlin.de/${MASTER_SITES_VER_PATH} \
        http://ftp.ntua.gr/pub/www/Opera/${MASTER_SITES_VER_PATH} \
        ftp://ftp.wayne.edu/opera/${MASTER_SITES_VER_PATH} \
        http://mirrors.dedipower.com/opera/${MASTER_SITES_VER_PATH} \
        ftp://ftp.mirror.ac.uk/sites/ftp.opera.com/${MASTER_SITES_VER_PATH} \
        http://opera.nedmirror.nl/${MASTER_SITES_VER_PATH} \
        ftp://ftp.tiscali.nl/pub/mirrors/opera/${MASTER_SITES_VER_PATH} \
        ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/${MASTER_SITES_VER_PATH}&,} \
        ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}
PKGNAMESUFFIX=  -linuxplugins
DISTNAME=   ${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.i386.linux

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    Linux plugin support for the native Opera browser

RUN_DEPENDS=    ${PREFIX}/lib/opera/operapluginwrapper:${PORTSDIR}/${PKGCATEGORY}/opera

OPERA_VER?= 11.50
OPERA_BUILD?=   1074
MASTER_SITES_VER_PATH=  linux/${OPERA_VER:S/.//}/

USE_XZ=     yes
USE_LINUX=  yes
USE_LINUX_APPS= xorglibs

ONLY_FOR_ARCHS= i386 amd64

NO_BUILD=   yes

PLIST_FILES=    lib/opera/operapluginwrapper.linux

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/lib/opera/operapluginwrapper ${PREFIX}/lib/opera/operapluginwrapper.linux

.include <bsd.port.mk>