head	1.21;
access;
symbols
	RELEASE_4_2_0:1.19
	RELEASE_4_1_1:1.19
	RELEASE_4_1_0:1.17
	RELEASE_3_5_0:1.16
	RELEASE_4_0_0:1.15
	RELEASE_3_4_0:1.14
	RELEASE_3_3_0:1.11
	RELEASE_3_2_0:1.9
	RELEASE_3_1_0:1.9
	RELEASE_2_2_8:1.8
	RELEASE_3_0_0:1.8
	RELEASE_2_2_7:1.5
	RELEASE_2_2_6:1.2
	v1_5:1.1.1.1
	NAKAI:1.1.1;
locks; strict;
comment	@# @;


1.21
date	2001.04.16.18.58.31;	author kris;	state dead;
branches;
next	1.20;

1.20
date	2001.02.05.15.33.53;	author olgeni;	state Exp;
branches;
next	1.19;

1.19
date	2000.08.11.06.34.47;	author asami;	state Exp;
branches;
next	1.18;

1.18
date	2000.08.03.09.26.48;	author asami;	state Exp;
branches;
next	1.17;

1.17
date	2000.07.19.13.34.35;	author alex;	state Exp;
branches;
next	1.16;

1.16
date	2000.04.10.00.07.03;	author cpiazza;	state Exp;
branches;
next	1.15;

1.15
date	2000.01.27.10.58.12;	author nakai;	state Exp;
branches;
next	1.14;

1.14
date	99.10.22.09.35.45;	author nakai;	state Exp;
branches;
next	1.13;

1.13
date	99.10.20.10.58.57;	author nakai;	state Exp;
branches;
next	1.12;

1.12
date	99.10.20.03.59.06;	author nakai;	state dead;
branches;
next	1.11;

1.11
date	99.08.31.02.43.21;	author peter;	state Exp;
branches;
next	1.10;

1.10
date	99.08.28.01.57.57;	author mharo;	state Exp;
branches;
next	1.9;

1.9
date	99.01.12.16.51.14;	author vanilla;	state Exp;
branches;
next	1.8;

1.8
date	98.10.01.02.17.48;	author jseger;	state Exp;
branches;
next	1.7;

1.7
date	98.09.27.16.06.57;	author steve;	state Exp;
branches;
next	1.6;

1.6
date	98.08.05.09.31.39;	author asami;	state Exp;
branches;
next	1.5;

1.5
date	98.07.20.10.13.53;	author asami;	state Exp;
branches;
next	1.4;

1.4
date	98.04.23.16.50.35;	author mph;	state Exp;
branches;
next	1.3;

1.3
date	98.04.19.17.14.33;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	97.11.19.03.15.39;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	97.11.17.06.31.01;	author fenner;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.11.17.06.31.01;	author fenner;	state Exp;
branches;
next	;


desc
@@


1.21
log
@This port has been broken for a long time, and is also obsolete
software.  Wave goodbye, now!

Approved by:	maintainer
@
text
@# New ports collection makefile for:   vrweb
# Date created:        20 June 1997
# Whom:                Yukihiro Nakai <Nakai@@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD: ports/www/vrweb/Makefile,v 1.20 2001/02/05 15:33:53 olgeni Exp $
#

PORTNAME=	vrweb
PORTVERSION=	1.5
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.iicm.edu/pub/VRweb/UNIX/vrweb-1.5/ \
		ftp://ftp.sunet.se/pub/nir/Hyper-G/VRweb/UNIX/vrweb-1.5/ \
		ftp://metalab.unc.edu/pub/packages/infosystems/WWW/VRML/VRweb/UNIX/vrweb-1.5/
DISTFILES=	vrweb-src-1.5.tar.gz help-1.5.tar.gz

MAINTAINER=	saper@@system.pl

BUILD_DEPENDS=	imake:${PORTSDIR}/devel/imake-4

USE_GMAKE=	yes
USE_X_PREFIX=	yes
USE_MESA=	yes

do-configure:
	(cd ${WRKSRC}; \
	${LN} -s `which ${GMAKE}` ${WRKSRC}/config/scripts/make; \
	${WRKSRC}/makeall -r; \
	${WRKSRC}/makeall -m; )

do-build:
	(cd ${WRKSRC}; \
	${WRKSRC}/makeall -i; )

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/installed/harmony/bin/FREEBSD/vrweb-mesa \
		 ${PREFIX}/bin/vrweb
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/vrweb
	${CP} -R ${WRKDIR}/help/* ${PREFIX}/share/doc/vrweb
	${MKDIR} ${PREFIX}/share/doc/vrweb/icons
	${CP} ${WRKDIR}/icons/* ${PREFIX}/share/doc/vrweb/icons
.endif

BROKEN=	"does not compile with recent Mesa"

.include <bsd.port.mk>
@


1.20
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/vrweb/Makefile,v 1.19 2000/08/11 06:34:47 asami Exp $
@


1.19
log
@Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these ports
use imake themselves.

Submitted by:	bento (sort of)
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/vrweb/Makefile,v 1.18 2000/08/03 09:26:48 asami Exp $
d9 1
a9 1
PORTVERSION= 	1.5
@


1.18
log
@(1) Add new variable, XFREE86_VERSION, to specify which version of
    XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/vrweb/Makefile,v 1.17 2000/07/19 13:34:35 alex Exp $
d17 2
@


1.17
log
@Mark BROKEN - this port hasn't compiled for months now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/vrweb/Makefile,v 1.16 2000/04/10 00:07:03 cpiazza Exp $
a17 2
LIB_DEPENDS=	GL.14:${PORTSDIR}/graphics/Mesa3

d20 1
@


1.16
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/vrweb/Makefile,v 1.15 2000/01/27 10:58:12 nakai Exp $
d42 2
@


1.15
log
@Change MASTER_SITES and MAINTAINER.

PR:		ports/16383
Submitted by:	saper@@system.pl
@
text
@a1 1
# Version required:    1.5
d5 1
a5 1
# $FreeBSD: ports/www/vrweb/Makefile,v 1.14 1999/10/22 09:35:45 nakai Exp $
d8 2
a9 1
DISTNAME=	vrweb-1.5
@


1.14
log
@Add some patches for the clean install.
@
text
@d6 1
a6 1
# $FreeBSD: ports/www/vrweb/Makefile,v 1.13 1999/10/20 10:58:57 nakai Exp $
d11 3
a13 1
MASTER_SITES=	http://sunsite.unc.edu/pub/packages/infosystems/WWW/VRML/VRweb/UNIX/vrweb-1.5/
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.13
log
@Revert my delete, and set this MAINTAINER to ports.

Vrweb is obsolete by its authors and the new version is
java-based VRWave ( not ported yet ) so I don't work
around this but somebody may make this port works again..
@
text
@d6 1
a6 1
# $FreeBSD$
a16 2

BROKEN=		install
@


1.12
log
@Remove vrweb.
This VRML browser is obsolete and nobody needs for a long time.
@
text
@d6 1
a6 1
# $FreeBSD: ports/www/vrweb/Makefile,v 1.11 1999/08/31 02:43:21 peter Exp $
d14 1
a14 1
MAINTAINER=	nacai@@iname.com
@


1.11
log
@$Id$ -> $FreeBSD$
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.10
log
@ln -> ${LN}
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.9 1999/01/12 16:51:14 vanilla Exp $
@


1.9
log
@Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.8 1998/10/01 02:17:48 jseger Exp $
d25 1
a25 1
	ln -s `which ${GMAKE}` ${WRKSRC}/config/scripts/make; \
@


1.8
log
@Upgrade to Mesa 3.0
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.7 1998/09/27 16:06:57 steve Exp $
d14 1
a14 1
MAINTAINER=	Nakai@@Mlab.t.u-tokyo.ac.jp
@


1.7
log
@Remove regexp support for Mesa2 libs.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.6 1998/08/05 09:31:39 asami Exp $
d16 3
a18 1
LIB_DEPENDS=	GL.13:${PORTSDIR}/graphics/Mesa2
@


1.6
log
@Rename all USE_X11 to USE_X_PREFIX.  Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.5 1998/07/20 10:13:53 asami Exp $
d16 1
a16 1
LIB_DEPENDS=	GL\\.13\\.:${PORTSDIR}/graphics/Mesa2
@


1.5
log
@Repository copy Mesa to Mesa2 and Mesa3.  Mark Mesa3 broken pending
Justin's upgrade.  Change all "graphics/Mesa" dependencies to
"graphics/Mesa2".

Requested by:	jseger
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.4 1998/04/23 16:50:35 mph Exp $
d19 1
a19 1
USE_X11=	yes
@


1.4
log
@Patches from maintainer to make the port non-BROKEN.

PR:		6392
Submitted by:	Yukihiro Nakai <nakai@@apricot.astec.co.jp>
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1998/04/19 17:14:33 steve Exp $
d16 1
a16 1
LIB_DEPENDS=	GL\\.13\\.:${PORTSDIR}/graphics/Mesa
@


1.3
log
@This port builds ok now.

PR:		6319
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1997/11/19 03:15:39 asami Exp $
d15 2
@


1.2
log
@Mark this port broken for the time being.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1997/11/17 06:31:01 fenner Exp $
a14 2

BROKEN=		build
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d15 2
@


1.1.1.1
log
@A VRML browser.

PR:		3997
Submitted by:	Yukihiro Nakai <Nakai@@Mlab.t.u-tokyo.ac.jp>
@
text
@@
