aboutsummaryrefslogtreecommitdiffstats
path: root/www/linux-opera-devel/Makefile
blob: 20ca38d169a71ea646d1740b6d212c8efdf4cb05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:        linux-opera4
# Date created:                 December 6th 2000
# Whom:                     des
#
# $FreeBSD$
#

PORTNAME=   linux-opera
PORTVERSION=    5.0b8
CATEGORIES= www linux
MASTER_SITES=   http://opera.online.no/linux/tgz/
DISTNAME=   opera-5.0-b8-20010426.023-static.i386

MAINTAINER= des@FreeBSD.org

IS_INTERACTIVE= YES

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

NO_BUILD=   yes

do-install:
    (cd ${WRKSRC} && ./install.sh \
        --exec_prefix=${PREFIX}/bin \
        --docdir=${PREFIX}/share/doc/opera \
        --sharedir=${PREFIX}/share/opera )

.include <bsd.port.mk>