1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/www/opera/Makefile
Christian Weisgerber e34edc2ae6 Mark RESTRICTED. Not redistributable; commercial software.
Approved by:	maintainer
2003-07-23 21:07:47 +00:00

39 lines
882 B
Makefile

# New ports collection makefile for: opera
# Date created: November 5th 2000
# Whom: des
#
# $FreeBSD$
#
PORTNAME= opera
PORTVERSION= 6.12.20030305
CATEGORIES= www
MASTER_SITES= http://opera.online.no/unix/freebsd/612/final/en/static/ \
ftp://ftp.opera.com/pub/opera/unix/freebsd/612/final/en/static/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/12./12-/}.1-static-qt.i386.freebsd
MAINTAINER= ports@FreeBSD.org
COMMENT= A blazingly fast, full-featured, standards-compliant browser
RESTRICTED= "not redistributable; commercial software"
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
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.pre.mk>
.if ${OSVERSION} >= 500000
LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x
.endif
.include <bsd.port.post.mk>