7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
32 lines
848 B
Makefile
32 lines
848 B
Makefile
# New ports collection makefile for: linux-opera4
|
|
# Date created: December 6th 2000
|
|
# Whom: des
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= opera
|
|
PORTVERSION= 6.11.20021129
|
|
CATEGORIES= www linux
|
|
MASTER_SITES= http://opera.online.no/linux/611/final/en/i386/static/ \
|
|
ftp://ftp.opera.com/pub/opera/linux/611/final/en/i386/static/
|
|
PKGNAMEPREFIX= linux-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/11./11-/}.1-static-qt.i386
|
|
|
|
MAINTAINER= des@FreeBSD.org
|
|
COMMENT= A blazingly fast, full-featured, standards-compliant browser
|
|
|
|
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-install:
|
|
(cd ${WRKSRC} && ./install.sh --prefix="${PREFIX}")
|
|
|
|
.include <bsd.port.mk>
|