2000-12-06 17:47:26 +01:00
|
|
|
# New ports collection makefile for: linux-opera4
|
|
|
|
# Date created: December 6th 2000
|
|
|
|
# Whom: des
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-08-14 16:14:28 +02:00
|
|
|
PORTNAME= opera
|
|
|
|
PKGNAMEPREFIX= linux-
|
2001-11-27 01:29:59 +01:00
|
|
|
PORTVERSION= 6.0-20011122.1
|
2001-11-27 02:10:46 +01:00
|
|
|
PORTREVISION= 1
|
2000-12-06 17:47:26 +01:00
|
|
|
CATEGORIES= www linux
|
2001-11-27 01:29:59 +01:00
|
|
|
MASTER_SITES= http://opera.online.no/linux/600/tp1/ \
|
|
|
|
ftp://ftp.opera.com/pub/opera/linux/600/tp1/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-static_qt.i386
|
2000-12-06 17:47:26 +01:00
|
|
|
|
|
|
|
MAINTAINER= des@FreeBSD.org
|
|
|
|
|
2000-12-13 15:28:53 +01:00
|
|
|
RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \
|
2001-10-04 15:30:18 +02:00
|
|
|
${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif \
|
2001-11-27 01:29:59 +01:00
|
|
|
${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png
|
2000-12-06 17:47:26 +01:00
|
|
|
|
2001-06-01 12:59:08 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2001-11-27 02:16:57 +01:00
|
|
|
NO_PACKAGE= "Beta software, do not distribute."
|
|
|
|
|
2000-12-06 17:47:26 +01:00
|
|
|
NO_BUILD= yes
|
2001-08-14 16:14:28 +02:00
|
|
|
NO_FILTER_SHLIBS=yes
|
2000-12-06 17:47:26 +01:00
|
|
|
|
2001-05-16 14:20:28 +02:00
|
|
|
do-configure:
|
2001-11-27 02:10:46 +01:00
|
|
|
${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g; s|%%DATADIR%%|${DATADIR}|g'\
|
|
|
|
${WRKSRC}/install.sh
|
2001-05-16 14:20:28 +02:00
|
|
|
|
2000-12-06 17:47:26 +01:00
|
|
|
do-install:
|
2001-04-27 15:09:24 +02:00
|
|
|
(cd ${WRKSRC} && ./install.sh \
|
2001-08-14 16:14:28 +02:00
|
|
|
--exec_prefix=${DATADIR}/bin \
|
|
|
|
--wrapperdir=${PREFIX}/bin \
|
|
|
|
--docdir=${DOCSDIR} \
|
|
|
|
--sharedir=${DATADIR} \
|
|
|
|
--plugindir=${DATADIR}/plugins )
|
2001-11-27 01:29:59 +01:00
|
|
|
rmdir ${DATADIR}/uninst/rollback_${PORTVERSION}
|
|
|
|
rmdir ${DATADIR}/uninst
|
2000-12-06 17:47:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|