1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/www/linux-opera/Makefile
Dag-Erling Smørgrav 707d25764c Upgrade to 6.01.
PR:		ports/38611
Submitted by:	Øyvind Kolbu <oyvind@kebab.gaffel.nu>
2002-05-28 04:20:04 +00:00

41 lines
1.0 KiB
Makefile

# New ports collection makefile for: linux-opera4
# Date created: December 6th 2000
# Whom: des
#
# $FreeBSD$
#
PORTNAME= opera
PORTVERSION= 6.01.20020523
CATEGORIES= www linux
MASTER_SITES= http://opera.online.no/linux/601/final/en/qt_static/ \
ftp://ftp.opera.com/pub/opera/linux/601/final/en/qt_static/
PKGNAMEPREFIX= linux-
DISTNAME= ${PORTNAME}-${PORTVERSION:S/01./01-/}.1-static-qt.i386
MAINTAINER= des@FreeBSD.org
RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif \
${LINUXBASE}/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png
USE_BZIP2= yes
USE_LINUX= yes
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>