summaryrefslogtreecommitdiff
path: root/www/linux-opera7/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-05-16 12:20:28 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-05-16 12:20:28 +0000
commit3e60c9db1d40af6d5cbaafae9f9a3eaf61ff3fd9 (patch)
tree41ad4eb1312e806f7916171d054a6816e5057622 /www/linux-opera7/Makefile
parentFix PLIST for Python-2.1 docs. (diff)
Opera 5.0 for Linux has now been released.
Notes
Notes: svn path=/head/; revision=42635
Diffstat (limited to 'www/linux-opera7/Makefile')
-rw-r--r--www/linux-opera7/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/www/linux-opera7/Makefile b/www/linux-opera7/Makefile
index 20ca38d169a7..9a70b254ee2e 100644
--- a/www/linux-opera7/Makefile
+++ b/www/linux-opera7/Makefile
@@ -6,25 +6,27 @@
#
PORTNAME= linux-opera
-PORTVERSION= 5.0b8
+PORTVERSION= 5.0
CATEGORIES= www linux
-MASTER_SITES= http://opera.online.no/linux/tgz/
-DISTNAME= opera-5.0-b8-20010426.023-static.i386
+MASTER_SITES= http://opera.online.no/linux/tgz/500/
+DISTNAME= opera-${PORTVERSION}-static.i386
MAINTAINER= des@FreeBSD.org
-IS_INTERACTIVE= YES
-
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
NO_BUILD= yes
+do-configure:
+ ${SED} 's|%%PREFIX%%|${PREFIX}|' <${FILESDIR}/opera.sh >${WRKDIR}/opera.sh
+
do-install:
(cd ${WRKSRC} && ./install.sh \
--exec_prefix=${PREFIX}/bin \
--docdir=${PREFIX}/share/doc/opera \
--sharedir=${PREFIX}/share/opera )
+ ${INSTALL_SCRIPT} ${WRKDIR}/opera.sh ${PREFIX}/bin/opera
.include <bsd.port.mk>