freebsd-ports/www/linux-opera/Makefile
Jeremy Messenger 6826214ed2 Update to 9.10, see changelogs for details:
http://www.opera.com/docs/changelogs/linux/910/

The most important part in this release is added a new feature, fraud
protection. It is a phishing filter and keep in mind that it is not enable by
default. To enable it, go to Tools > Preferences > Advanced > Security and
check the "Enable Fraud Protection". I am using it right now and it doesn't
affect any speed. To learn more about fraud protection, visit here:

	http://www.opera.com/docs/fraudprotection/
2006-12-18 18:46:27 +00:00

63 lines
2.1 KiB
Makefile

# New ports collection makefile for: linux-opera
# Date created: December 6th 2000
# Whom: des
#
# $FreeBSD$
#
PORTNAME= opera
PORTVERSION= ${OPERA_VER}.${OPERA_DATE}
CATEGORIES= www linux
MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
ftp://ftp.sunet.se/pub/www/clients/Opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
ftp://sunsite.cnlab-switch.ch/mirror/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
ftp://ftp.tiscali.nl/pub/mirrors/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
ftp://ftp.ntua.gr/pub/www/Opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
http://mirrors.pmmf.hu/mirror/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
ftp://ftp.task.gda.pl/pub/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
ftp://ftp.planetmirror.com/pub/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
http://gd.tuwien.ac.at/infosys/browsers/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/&,}
PKGNAMEPREFIX= linux-
DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_DATE}.1-static-qt.i386-en
MAINTAINER= mezz@FreeBSD.org
COMMENT= A blazingly fast, full-featured, standards-compliant browser
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaspell.so.15:${PORTSDIR}/textproc/linux-aspell
WRKSRC= ${WRKDIR}/${DISTNAME}-${OPERA_BUILD}
USE_XLIB= yes
USE_BZIP2= yes
USE_LINUX= yes
ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
OPERA_VER= 9.10
OPERA_DATE= 20061214
OPERA_BUILD= 521
DATADIR= ${PREFIX}/share/${UNIQUENAME}
DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME}
MAN1= linux-opera.1
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
s|%%LOCALBASE%%|${LOCALBASE}|g ; s|%%X11BASE%%|${X11BASE}|g' \
${WRKSRC}/install.sh ${WRKSRC}/ini/pluginpath.ini
@${FIND} ${WRKSRC} -name '*.orig' -delete
@${FIND} ${WRKSRC} -name '*.bak' -delete
do-install:
@(cd ${WRKSRC} && ./install.sh \
--prefix=${PREFIX} \
--docdir=${DOCSDIR} \
--sharedir=${DATADIR} \
--exec_prefix=${DATADIR}/bin \
--plugindir=${DATADIR}/plugins)
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>