freebsd-ports/www/linux-opera/Makefile

41 lines
1.0 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: linux-opera4
# Date created: December 6th 2000
# Whom: des
#
# $FreeBSD$
#
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/-/./}
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
MAINTAINER= des@FreeBSD.org
2000-12-13 09:28:53 -05:00
RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \
${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif \
${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png
ONLY_FOR_ARCHS= i386
NO_BUILD= yes
NO_FILTER_SHLIBS=yes
do-configure:
${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g; s|%%DATADIR%%|${DATADIR}|g'\
${WRKSRC}/install.sh
do-install:
(cd ${WRKSRC} && ./install.sh \
--exec_prefix=${DATADIR}/bin \
--wrapperdir=${PREFIX}/bin \
--docdir=${DOCSDIR} \
--sharedir=${DATADIR} \
--plugindir=${DATADIR}/plugins )
.include <bsd.port.mk>