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