head	1.11;
access;
symbols
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.9
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.7
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.6
	RELEASE_4_2_0:1.6
	RELEASE_4_1_1:1.6
	RELEASE_4_1_0:1.6
	RELEASE_3_5_0:1.6
	RELEASE_4_0_0:1.5
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	v4:1.1.1.1
	HICKS:1.1.1;
locks; strict;
comment	@# @;


1.11
date	2003.11.08.06.26.55;	author kris;	state dead;
branches;
next	1.10;

1.10
date	2003.08.08.04.40.42;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2003.02.21.12.34.58;	author knu;	state Exp;
branches;
next	1.8;

1.8
date	2003.01.22.10.04.13;	author arved;	state Exp;
branches;
next	1.7;

1.7
date	2002.05.29.19.07.09;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	2000.04.12.06.17.37;	author obrien;	state Exp;
branches;
next	1.5;

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

1.4
date	99.08.25.06.34.10;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	99.07.21.14.55.36;	author marcel;	state Exp;
branches;
next	1.2;

1.2
date	99.01.07.02.31.44;	author simokawa;	state Exp;
branches;
next	1.1;

1.1
date	98.07.20.03.51.44;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.07.20.03.51.44;	author steve;	state Exp;
branches;
next	;


desc
@@


1.11
log
@As announced on Aug 7, remove the broken ETHOberonV4 port
@
text
@# New ports collection makefile for:	ETHOberonV4
# Date created:		12 July 1998
# Whom:			Jerry Hicks <jhicks@@glenatl.glenayre.com>
#
# $FreeBSD: ports/lang/ETHOberonV4/Makefile,v 1.10 2003/08/08 04:40:42 kris Exp $
#

PORTNAME=	ETHOberonV4
PORTVERSION=	0.9
CATEGORIES=	lang linux
MASTER_SITES=	ftp://ftp.inf.ethz.ch/pub/Oberon/OberonV4/Linux/latest/
DISTNAME=	ETHLinuxOberon
EXTRACT_SUFX=	.tgz

MAINTAINER=	jhicks@@glenatl.glenayre.com
COMMENT=	Oberon-2/V4 from ETH (Linux emulation)

BROKEN=		"Does not run"
NO_CDROM=	licensing
NO_PACKAGE=	no version number on distfile

ONLY_FOR_ARCHS=	i386

USE_LINUX=	yes
WRKSRC=		${WRKDIR}/${UNTAR_DIR}
UNTAR_DIR=	usr/local/ETHOberon

do-build:
	@@${RM} -fr ${WRKSRC}/.Fonts
	@@${ECHO_MSG} "Do a \`make install' as root."

do-install:
	@@(if [ ! -d ${PREFIX}/lib ] ; then \
		${MKDIR} ${PREFIX}/lib ; \
	fi)
	@@(if [ -e ${PREFIX}/lib/ETHOberonV4 ] ; then \
		${ECHO_MSG} "error: ${PREFIX}/lib/ETHOberonV4 already exists" 1>&2 ; \
		exit 1 ; \
	fi)
	@@${MV} ${WRKSRC} ${PREFIX}/lib/ETHOberonV4
	@@${SCRIPTDIR}/MakeStartV4 ${PREFIX}
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} " '${PREFIX}/bin/StartV4' will launch ETH Oberon V4"
	@@${ECHO_MSG} ""

.include <bsd.port.mk>
@


1.10
log
@This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it.  If you are interested
in saving this port, please send your patches to the maintainer.  If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@De-pkg-comment.
@
text
@@


1.8
log
@Mark BROKEN: "Does not run"

PR:		27167
Submitted by:	sysadmin <ulrichulrich_se@@my-deja.com>
@
text
@d16 1
@


1.7
log
@USE_LINUX rather than explicitly listing the dependency.
@
text
@d17 1
d42 1
a42 1
	@@${ECHO_MSG} " '${PREFIX}/bin/StartV4' will launch ETH Oberon V4
@


1.6
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/ETHOberonV4/Makefile,v 1.5 2000/02/28 08:33:48 asami Exp $
d17 2
a18 2
# XXX - how to fix the following?
RUN_DEPENDS=	/compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
d21 2
a22 2
NO_CDROM=	licensing
NO_PACKAGE=	no version number on distfile
@


1.5
log
@Add virtual category "linux" to Linux apps and support libs/utils.
@
text
@a1 1
# Version required:	ETH Oberon V4-0.9 (for Linux)
d5 1
a5 1
# $FreeBSD: ports/lang/ETHOberonV4/Makefile,v 1.4 1999/08/25 06:34:10 obrien Exp $
d8 2
a9 2
DISTNAME=	ETHLinuxOberon
PKGNAME=	ETHOberonV4-0.9
d12 1
@


1.4
log
@Change Id->FreeBSD.
@
text
@d6 1
a6 1
# $FreeBSD$
d11 1
a11 1
CATEGORIES=	lang
@


1.3
log
@Make port depend on linux_base instead of linux_lib.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1999/01/07 02:31:44 simokawa Exp $
@


1.2
log
@Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1998/07/20 03:51:44 steve Exp $
d18 1
a18 1
RUN_DEPENDS=	/compat/linux/lib/libc.so.5.4.23:${PORTSDIR}/emulators/linux_lib
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1998/07/12 21:34:27 jhicks Exp $
d20 1
@


1.1.1.1
log
@Initial import ETH Oberon v4.
ETH's Oberon language for Linux.

PR:		7271
Submitted by:	Jerry Hicks <jhicks@@glenatl.glenayre.com>
@
text
@@
