2000-12-06 16:47:26 +00:00
|
|
|
# New ports collection makefile for: linux-opera4
|
|
|
|
# Date created: December 6th 2000
|
|
|
|
# Whom: des
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= linux-opera
|
2001-03-22 12:19:20 +00:00
|
|
|
PORTVERSION= 5.0b7
|
2000-12-06 16:47:26 +00:00
|
|
|
CATEGORIES= www linux
|
|
|
|
MASTER_SITES= http://opera.online.no/linux/tgz/
|
2001-03-22 12:19:20 +00:00
|
|
|
DISTNAME= opera-5.0-b7-20010320.018-static.i386
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/018/020/}
|
2000-12-06 16:47:26 +00:00
|
|
|
|
|
|
|
MAINTAINER= des@FreeBSD.org
|
|
|
|
|
2001-03-05 16:49:53 +00:00
|
|
|
IS_INTERACTIVE= YES
|
|
|
|
|
2000-12-13 14:28:53 +00:00
|
|
|
RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \
|
|
|
|
${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png \
|
|
|
|
${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg
|
2000-12-06 16:47:26 +00:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
2001-03-05 16:49:53 +00:00
|
|
|
(cd ${WRKSRC} && ./install.sh \
|
|
|
|
--exec_prefix=${PREFIX}/bin \
|
|
|
|
--docdir=${PREFIX}/share/doc/opera \
|
|
|
|
--sharedir=${PREFIX}/share/opera )
|
2000-12-06 16:47:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|