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
|
2000-12-13 14:28:53 +00:00
|
|
|
PORTVERSION= 4.0b4
|
2000-12-06 16:47:26 +00:00
|
|
|
CATEGORIES= www linux
|
|
|
|
MASTER_SITES= http://opera.online.no/linux/tgz/
|
2000-12-13 14:28:53 +00:00
|
|
|
DISTNAME= opera-4.0-b4-20001211.012-static.i386
|
2000-12-06 16:47:26 +00:00
|
|
|
|
|
|
|
MAINTAINER= des@FreeBSD.org
|
|
|
|
|
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
|
|
|
|
|
2000-12-06 16:57:04 +00:00
|
|
|
do-configure:
|
2000-12-13 14:28:53 +00:00
|
|
|
${SED} 's|%%PREFIX%%|${PREFIX}|' <${FILESDIR}/opera.sh >${WRKDIR}/opera
|
2000-12-06 16:57:04 +00:00
|
|
|
|
2000-12-06 16:47:26 +00:00
|
|
|
do-install:
|
2000-12-13 14:28:53 +00:00
|
|
|
${MKDIR} ${PREFIX}/opera-4.0
|
|
|
|
(cd ${WRKSRC} && \
|
|
|
|
tar cf - . | tar --unlink -xpf - -C ${PREFIX}/opera-4.0)
|
|
|
|
${INSTALL_SCRIPT} ${WRKDIR}/opera ${PREFIX}/bin/opera
|
2000-12-06 16:47:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|