mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
045094a01d
PR: ports/44795 Submitted by: Øyvind Kolbu <oyvind@kebab.gaffel.nu>
31 lines
687 B
Makefile
31 lines
687 B
Makefile
# New ports collection makefile for: opera
|
|
# Date created: November 5th 2000
|
|
# Whom: des
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= opera
|
|
PORTVERSION= 6.10.20021029
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://opera.online.no/unix/freebsd/610/final/en/static/ \
|
|
ftp://ftp.opera.com/pub/opera/unix/freebsd/610/final/en/static/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/10./10-/}.1-static-qt.i386.freebsd
|
|
|
|
MAINTAINER= des@FreeBSD.org
|
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
|
LIB_DEPENDS= c_r.4:${PORTSDIR}/misc/compat4x
|
|
|
|
USE_BZIP2= yes
|
|
ONLY_FOR_ARCHS= i386
|
|
USE_XLIB= yes
|
|
|
|
NO_BUILD= yes
|
|
NO_FILTER_SHLIBS=yes
|
|
|
|
do-install:
|
|
(cd ${WRKSRC} && ${SH} install.sh --prefix="${PREFIX}")
|
|
|
|
.include <bsd.port.mk>
|